cURL
curl --request DELETE \ --url https://api-prod.nomadicml.com/api/video/{video_id} \ --header 'Authorization: Bearer <token>'
{ "status": "deleted", "video_id": "<string>" }
Delete a video owned by or accessible to the caller.
Documentation IndexFetch the complete documentation index at: https://docs.nomadicml.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <NOMADIC_API_KEY>.
Authorization: Bearer <NOMADIC_API_KEY>
Nomadic video identifier.
Successful response.
deleted
Was this page helpful?