Delete data from the specified table based on the provided delete condition.
Bearer token authentication. Include the token in the Authorization header as 'Bearer
The delete condition
SQL WHERE clause to filter which rows to delete. If not provided, all rows will be deleted.
"video_id = 1000"