Skip to main content
DELETE
/
api
/
v1
/
webhooks
Delete webhook
curl --request DELETE \
  --url https://www.itsconvo.com/api/v1/webhooks \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "data": {
    "id": "wh_abc123",
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

API key as Bearer token. Generate keys in your Convo dashboard settings.

Body

application/json
id
string
required

Webhook ID to delete

Response

Webhook deleted