Skip to main content
DELETE
/
finops
/
v1
/
webhook-subscriptions
/
{webhook_subscription_id}
Delete a webhook subscription
curl --request DELETE \
  --url https://api.sandbox.tesouro.com/finops/v1/webhook-subscriptions/{webhook_subscription_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-finops-version: <x-finops-version>'
{
  "error": {
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Headers

x-finops-version
string<date>
required

Path Parameters

webhook_subscription_id
string<uuid>
required

Response

Successful Response