DELETE
/
post
/
youTubeWatermark
Remove YouTube Watermark
curl --request DELETE \
  --url https://api.ayrshare.com/api/post/youTubeWatermark \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Watermark removed successfully"
}
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

Authorization
string
required
API Key of the Primary Profile.

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

Format: Profile-Key: PROFILE_KEY

Body Parameters

No body parameters required for this endpoint.
{
  "status": "success",
  "message": "Watermark removed successfully"
}