Skip to content

Delete project webhook​

DELETE
/v1/projects/{projectId}/hooks/{hookId}

Removes the specified webhook subscription from the project. After deletion, no further events are sent to the target URL.

Authorizations​

BearerAuth

API token provided in the Authorization header as a Bearer token.

Type
HTTP (bearer)

Responses​

Webhook successfully deleted (No Content).

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI