Skip to main content
DELETE
/
webhooks
/
{webhook_id}
Delete webhook
curl --request DELETE \
  --url https://api.spikelabs.com/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

API key authentication. Use your secret key (starts with sk_) as a Bearer token.

Path Parameters

webhook_id
string
required

Response

Webhook deleted

id
string
required
object
string
required
deleted
enum<boolean>
required
Available options:
true,
false