Delete a Webhook
Deletes an existing webhook based on its ID. This endpoint allows clients to remove a previously registered webhook by specifying its unique identifier in the path parameter. The id
parameter is required and must match the ID of the webhook to be deleted. Optionally, a scope
query parameter can be provided to delete only a specific scope from the registered webhook. Upon successful deletion, the service will no longer send POST requests to the webhook’s URL for the specified scope. This operation helps clients manage and clean up their webhook configurations.
Authorizations
The API requires a Bearer token in the Authorization header for authentication.
Path Parameters
The unique identifier of the webhook to be deleted.
Query Parameters
The specific scope to be deleted from the registered webhook.