Delete Webhook
Path parameters
webhookIdstringRequired
ID of the webhook to delete
Header parameters
AuthorizationstringRequired
Token for authentication
Responses
204
Webhook deleted successfully
No content
delete
DELETE /v0/webhooks/{webhookId} HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Accept: */*
204
Webhook deleted successfully
No content
Last updated