Skip to main content
DELETE
/
webhook_subscriptions
/
{webhook_subscription_id}
Delete a webhook subscription
curl --request DELETE \
  --url https://api.sandbox.monite.com/v1/webhook_subscriptions/{webhook_subscription_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-monite-version: <x-monite-version>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

x-monite-version
string<date>
required

Path Parameters

webhook_subscription_id
string<uuid>
required

ID of the webhook subscription. This is the same value as the webhook_subscription_id you receive in webhooks.

Response

Successful Response