Skip to main content
DELETE
/
webhooks
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://app.autoposting.ai/api-proxy/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "wh_01HXYZ",
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Path Parameters

webhookId
string
required

Response

Webhook deleted

success
boolean
required
data
object
required