For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
204

Webhook deleted successfully

No content

delete/v0/webhooks/{webhookId}
DELETE /v0/webhooks/{webhookId} HTTP/1.1
Host: api.alignlabs.dev
Api-Key: text
Accept: */*
204

Webhook deleted successfully

No content

Last updated