DELETE
/api/v2/crypto-virtual-accounts/external-accounts/{accountId}Remove a registered the crypto on/off-ramp payout destination
Removes a destination from the user's the crypto on/off-ramp organisation. Payouts already in progress are unaffected. Returns 204 on success.
Authentication
Send your API key in the x-api-key header on every request.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| accountId (path) | integer (int64) | Yes | |
| userId (query) | unknown | No |
Responses
204 — No Content
400 — Bad Request
| Field | Type | Required | Description |
|---|---|---|---|
| Message | string | No | |
| Code | string | No | |
| Status | unknown | No | |
| ValidationErrors | object | No | |
| Details | string | No |
Example request
curl -X DELETE "https://{base_url}/api/v2/crypto-virtual-accounts/external-accounts/{accountId}" \
-H "x-api-key: YOUR_API_KEY"This page is generated from the live OpenAPI specification and always matches the current API.