Skip to main content
DELETE
Delete a Webhook

Authorizations

Authorization
string
header
required

The API requires a Bearer token in the Authorization header for authentication.

Path Parameters

id
string
required

The unique identifier of the webhook to be deleted.

Response

Webhook deleted successfully.

status
string

A message indicating the status of the response.

Example:

"webhook deleted successfully"

msg
string

A message indicating the status of the response.

Example:

"success"