Skip to main content
DELETE
/
video
/
v1
/
videos
/
{videoId}
Delete a video
curl --request DELETE \
  --url https://api.voyant.travel/video/v1/videos/{videoId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.

Path Parameters

videoId
string
required

Response

Video deleted