Skip to main content
DELETE
/
api
/
v1
/
webhooks
/
{id}
Delete webhook
curl --request DELETE \
  --url https://shelfforce.ai/api/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...

Path Parameters

id
string
required

Webhook endpoint ID.

Example:

"wh_abc123"

Response

Webhook endpoint deleted.

data
object
required