Skip to main content
DELETE
/
video
/
v1
/
watermarks
/
{watermarkProfileId}
Delete a watermark profile
curl --request DELETE \
  --url https://api.voyant.travel/video/v1/watermarks/{watermarkProfileId} \
  --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

watermarkProfileId
string
required

Response

Watermark profile deleted