DELETE
/
webhooks
/
{webhookId}
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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookId
string
required

ID of the webhook to delete

Response

200
application/json

Webhook deleted successfully

The response is of type object.