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"
}
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"
}