Skip to main content
DELETE
/
webhooks
/
{webhookId}
Delete Webhook
curl --request DELETE \
  --url https://api.kakiyo.com/v1/webhooks/{webhookId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "webhook_12345abcde",
  "message": "Webhook deleted successfully"
}

Authorizations

Authorization
string
header
required

Path Parameters

webhookId
string
required

Response

id
string
Example:
message
string
Example: