Skip to main content
DELETE
/
hook
/
webhook
Unregister Webhook
curl --request DELETE \
  --url https://api.ayrshare.com/api/hook/webhook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "<string>"
}
'
{
  "status": "success",
  "action": "scheduled",
  "refId": "3dc079614bdc3f281d9" // User Profile Ref Id
}

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.

Unregister the webhook associated with the action.

Header Parameters

Body Parameters

action
string
required
Available actions: feed, social, scheduled, batch, messages, accountActivity
{
  "status": "success",
  "action": "scheduled",
  "refId": "3dc079614bdc3f281d9" // User Profile Ref Id
}