Skip to main content
DELETE
/
api
/
video
/
{video_id}
Delete video
curl --request DELETE \
  --url https://api-prod.nomadicml.com/api/video/{video_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "deleted",
  "video_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomadicml.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <NOMADIC_API_KEY>.

Path Parameters

video_id
string
required

Nomadic video identifier.

Response

Successful response.

status
enum<string>
required
Available options:
deleted
video_id
string
required