Remove YouTube Watermark
Remove the watermark from your YouTube channel
DELETE
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
AuthorizationstringrequiredProfile-KeystringBody 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."
}