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
No content
Example request (HTTP)
DELETE /v0/webhooks/{webhookId} HTTP/1.1 Host: gateway.noxxo.com Authorization: text Accept: */*
Test it
Last updated 1 month ago