Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://tag.dev.alfa-bot.com/api/dev/v1/withdrawal-request \ --header 'Content-Type: application/json' \ --header 'token: <api-key>' \ --data ' { "request_id": "wd_6a16c48222d327108513784f" } '
{ "success": true, "data": { "request_id": "wd_6a16c48222d327108513784f", "deleted": true } }
Pass your API token in the token request header.
token
Request ID
"wd_6a16c48222d327108513784f"
OK - withdrawal request was deleted successfully