Webhooks
Delete Webhook
Deletes a webhook by its ID. The webhook must belong to the authenticated project.
DELETE
This endpoint accepts a project API key (
AS_ prefix). The webhook must belong to the authenticated project.Authorizations
Project API key header of the form Bearer
AS_<key>.Path Parameters
The unique identifier of the webhook to delete.Example:
"60d5ec49f1b2c72d9c8b1234"Response
Webhook deleted successfully (200)Indicates if the request was successful
Confirmation messageExample:
"Webhook deleted successfully"Error Responses
Returned when no webhook with the given ID exists in the project.