curl --request DELETE \
--url https://api.sandbox.tracefinance.com/api/subscriptions/{subscriptionId} \
--header 'Authorization: Bearer <token>'{
"code": "RESOURCE_NOT_FOUND",
"message": "Subscription with id '8a13c6a4-1a3d-4f49-ad62-9dca8c47e2c6' was not found.",
"details": {}
}Permanently remove a webhook subscription.
curl --request DELETE \
--url https://api.sandbox.tracefinance.com/api/subscriptions/{subscriptionId} \
--header 'Authorization: Bearer <token>'{
"code": "RESOURCE_NOT_FOUND",
"message": "Subscription with id '8a13c6a4-1a3d-4f49-ad62-9dca8c47e2c6' was not found.",
"details": {}
}Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
API version. Omit to use the default version.
"1"
UUID of the subscription.
Subscription deleted.
Was this page helpful?