Delete a withdrawal account
DELETE
https://api.radom.com/withdrawal/account/{id}Authorization
Send your API key in the Authorization header. Scheme: radomToken.
Parameters
idstring<uuid>pathrequiredUnique identifier for the withdrawal account.
Responses
200Withdrawal account deleted successfully
No response body.
400Bad Request
errorstringrequired401Unauthorized
errorstringrequired404Not Found
errorstringrequired500Internal server error
errorstringrequired