cURL
curl --request DELETE \ --url https://api.social-api.ai/v1/webhooks/{id} \ --header 'Authorization: <api-key>'
{ "ok": true }
Removes a webhook endpoint. Future events will not be delivered to this URL.
Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...
Authorization: Bearer soc_live_...
Webhook endpoint ID
OK
true