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.

Available on plan.
Unregister the webhook associated with the action.

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

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