cURL
curl --request DELETE \ --url https://api.argil.ai/v1/videos/{id} \ --header 'x-api-key: <api-key>'
{ "message": "<string>" }
Delete a single Video identified by its id
API key to be included in the x-api-key header
The id of the Video to delete
Success message.
Was this page helpful?