Skip to main content
POST
Delete Data

Authorizations

Authorization
string
header
required

Bearer token authentication. Include the token in the Authorization header as 'Bearer '

Body

application/json

The delete condition

delete_condition
string | null
default:""

SQL WHERE clause to filter which rows to delete. If not provided, all rows will be deleted.

Example:

"video_id = 1000"

Response

Data successfully deleted.

code
integer<int32>
required

HTTP status code.

Required range: x >= 0
success
boolean
required

Whether the request was successful.

data
object
exception
object