Delete video information
<Info>This method will be deprecated in a future version. New implementations should use the [Delete an indexed asset](/v1.3/api-reference/index-content/delete) method.</Info>
This method deletes all the information about the specified video This action cannot be undone.
Authentication
x-api-keystring
Your API key.
<Note title="Note">
You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-key" target="_blank">API Key</a> page.
</Note>
Path Parameters
index-id
The unique identifier of the index to which the video has been uploaded.
video-id
The unique identifier of the video to delete.
Response
If successful, this method returns a 204 No Content response code. It does not return anything in the response body.