ACME API Documentation logo

Remove YouTube Watermark

Remove the watermark from your YouTube channel

DELETEhttps://api.acme.com/api/post/youTubeWatermark
Available on Premium, Business, Enterprise plans.

Remove the existing watermark from your YouTube channel. This will remove the watermark from all existing and future videos uploaded to the channel.

Header Parameters

Authorizationstringrequired
API Key of the Primary Profile.

Format: Authorization: Bearer API_KEY
Profile-Keystring
Profile Key of a User Profile.

Format: Profile-Key: PROFILE_KEY

Body Parameters

No body parameters required for this endpoint.

200
{
  "status": "success",
  "message": "Watermark removed successfully"
}
403 - Insufficient Permissions
{
  "status": "error",
  "code": 250,
  "message": "Insufficient permissions to remove watermark from this channel",
  "details": "Original YouTube API error message"
}
403 - Channel Not Found or No Watermark Exists
{
  "status": "error",
  "code": 226,
  "message": "Channel not found or no watermark exists to remove",
  "details": "Requested entity was not found."
}