Skip to main content
DELETE
/
webhooks
/
{id}
Delete webhook endpoint
curl --request DELETE \
  --url https://api.social-api.ai/v1/webhooks/{id} \
  --header 'Authorization: <api-key>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...

Path Parameters

id
string
required

Webhook endpoint ID

Response

OK

ok
boolean
Example:

true