QamaqQamaq
DELETE

Delete webhook

/webhooks/{webhook_id}

Deletes a webhook.

Parameters

Path Parameters

NameTypeDescription
webhook_idrequired
string

The webhook ID

Code Examples

curl -X DELETE "https://api.qamaq.io/api/v1/webhooks/{webhook_id}" \
  -H "Authorization: Bearer qmq_your_api_key"

Responses

204Webhook deleted successfully
No response body