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

Request parameters
FieldTypeRequiredDescription
accountId (path)integer (int64)Yes
userId (query)unknownNo

Responses

204 — No Content

400 — Bad Request

Response 400 fields
FieldTypeRequiredDescription
MessagestringNo
CodestringNo
StatusunknownNo
ValidationErrorsobjectNo
DetailsstringNo

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.