Skip to main content
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"
}

Documentation Index

Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

Body Parameters

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