Skip to main content
DELETE
/
withdrawal-request
Delete withdrawal request
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
  }
}

Authorizations

token
string
header
required

Pass your API token in the token request header.

Body

application/json
request_id
string
required

Request ID

Example:

"wd_6a16c48222d327108513784f"

Response

OK - withdrawal request was deleted successfully

success
boolean
data
object