Webhooks
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. Upon successful deletion, the service will no longer send POST requests to the webhook’s URL. This operation helps clients manage and clean up their webhook configurations.
DELETE
/
notification
/
v1
/
connect
/
webhook
/
subscriptions
/
{id}
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Path Parameters
id
string
requiredResponse
200 - application/json
status
string
msg
string