Delete a video indexing task
This action cannot be undone.
Note the following about deleting a video indexing task:
- You can only delete video indexing tasks for which the status is `ready` or `failed`.
- If the status of your video indexing task is `ready`, you must first delete the video vector associated with your video indexing task by calling the [`DELETE`](/v1.3/api-reference/videos/delete) method of the `/indexes/videos` endpoint.
Path parameters
task_id
The unique identifier of the video indexing task you want to delete.
Headers
x-api-key
Response
If successful, this method returns a 204 No Content
response code. It does not return anything in the response body.