Delete Data
테이블 (Table)
Delete Data
Delete data from the specified table based on the provided delete condition.
POST
Delete Data
Authorizations
Bearer token authentication. Include the token in the Authorization header as 'Bearer '
Body
application/json
The delete condition
SQL WHERE clause to filter which rows to delete. If not provided, all rows will be deleted.
Example:
"video_id = 1000"