Webhooks

Delete a webhook

Permanently delete a webhook configuration. The webhook must belong to the current project. This action cannot be undone.

DELETE
/api/webhooks/{webhookId}

Authorization

Authorization
header
string
required

Enter the project access token with the Bearer prefix, e.g. "Bearer project_access_token"

Path Parameters

webhookId
string
required

Webhook ID

Responses

The webhook was deleted successfully