English
cURL
curl --request DELETE \ --url https://proxy.innk.cc/v1/videos/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Task deleted successfully", "success": true }
Delete video task
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
Task ID
successful response
information
"Task deleted successfully"
Is it successful?
true
Was this page helpful?