Skip to main content
DELETE
/
webhooks
/
{id}
Delete Webhook
curl --request DELETE \
  --url https://www.trysignalbase.com/api/v2/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "success": true,
    "id": "b1f2c3d4-5e6f-4a7b-8c9d-0e1f2a3b4c5d",
    "active": false
  },
  "meta": {
    "endpoint": "webhooks.delete",
    "creditsUsed": 0
  }
}

Authorizations

Authorization
string
header
required

Signalbase API key. Include as a Bearer token in the Authorization header.

Path Parameters

id
string
required

The webhook subscription ID.

Response

The webhook was soft-deleted.

success
boolean
required
data
object
required
meta
object
required