cURL
curl --request DELETE \ --url https://shelfforce.ai/api/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true } }
Permanently deletes a webhook endpoint. Requires admin role. No further events will be delivered to this URL.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
Webhook endpoint ID.
"wh_abc123"
Webhook endpoint deleted.
Show child attributes