Skip to main content
DELETE
/
v1
/
baas
/
accounts
/
{account_id}
Close Account
curl --request DELETE \
  --url https://api-sandbox.y.uno/v1/baas/accounts/{account_id}
{
  "id": "acc_770e8400-e29b-41d4-a716-446655440000",
  "entity_id": "ent_660e8400-e29b-41d4-a716-446655440000",
  "currency": "USD",
  "country": "US",
  "status": "CLOSED",
  "created_at": "2026-02-01T15:00:00Z",
  "updated_at": "2026-02-03T10:00:00Z"
}

Path parameters

account_id
string
required
The BaaS account identifier to close.

Response

{
  "id": "acc_770e8400-e29b-41d4-a716-446655440000",
  "entity_id": "ent_660e8400-e29b-41d4-a716-446655440000",
  "currency": "USD",
  "country": "US",
  "status": "CLOSED",
  "created_at": "2026-02-01T15:00:00Z",
  "updated_at": "2026-02-03T10:00:00Z"
}