DELETE
/
transfer
/
fiat-accounts
/
{id}
Delete Fiat Account
curl --request DELETE \
  --url https://api.paxos.com/v2/transfer/fiat-accounts/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

id
string
required

The Paxos fiat account ID (UUID).

Response

200
application/json

A successful response.

The response is of type any.