Delete Withdrawal Address
DELETE/b2b/funds/withdrawals/addresses/:key
Delete a saved withdrawal address by key.
Once deleted, the key cannot be used for new withdrawals until the address is saved again.
Request
Responses
- 200
- 400
- 401
- 404
- 408
- 429
- 500
- 503
Response
Bad Request. Error codes:
EGeneral:Bad data— invalid withdrawal key format — not retryable
Unauthorized — authentication failed or credentials are missing/invalid. Not retryable.
Not Found. Error codes:
EFunding:Unknown withdraw key— the provided key does not exist — not retryable
Request Timeout — the request took too long to process. Retryable.
Too Many Requests — rate limit exceeded. Retryable with backoff.
Internal Server Error — an unexpected error occurred. Generally retryable.
Service Unavailable — the service is temporarily unavailable. Retryable.