Delete Webhook

DELETE /v0/webhooks/{webhookId}

Endpoint

  • /v0/webhooks/{webhookId}

Path parameters

  • webhookId — string (Required) ID of the webhook to delete

Header parameters

  • Authorization — string (Required) Token for authentication

Responses

  • 204 — Webhook deleted successfully

chevron-rightResponse body for 204hashtag

No content

Example request (HTTP)

request.http
DELETE /v0/webhooks/{webhookId} HTTP/1.1
Host: gateway.noxxo.com
Authorization: text
Accept: */*

Test it

204 — Webhook deleted successfully

Last updated