DELETE
/
webhooks
/
{webhook_id}
Delete a webhook
curl --request DELETE \
  --url https://api.cloudglue.dev/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "webhook"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
string
required

The ID of the webhook to delete

Response

Successful removal of webhook

id
string
required

Unique identifier for the webhook

object
enum<string>
required

Object type, always 'webhook'

Available options:
webhook