Delete Webhook

Delete a webhook

delete
/v0/webhooks/{webhookId}
Path parameters
webhookIdstringRequired

ID of the webhook to delete

Header parameters
Api-KeystringRequired

Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.

Responses
delete
/v0/webhooks/{webhookId}
204

Webhook deleted successfully

No content

Last updated