Appearance
Reject Withdrawal Requests that was Approved
About 68 wordsLess than 1 minute
POST /public/v1/requests/withdrawal/reject/force
Request Body
| Name | Type | Required | Rule | Description |
|---|---|---|---|---|
| id | string | Mandatory | length 8 | the unique ID of request |
| return_withdrawal_amount | boolean | Optional | default(false) | whether return the already withdrawn amount to wallet/trading account |
Expected HTTP status code
- 200
Response
| Name | Type | Description |
|---|
Error
| Code | Type | Description |
|---|---|---|
400 | request_not_found_or_status_not_found | Request not found or Request status is wrong |