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>"
}
}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>"
}
}Was this page helpful?