v1
latestOpenAPI 3.1.02026-07-245361280.3 KBAccount management
Cancel account
This service is responsible for cancelling an account.
patch/v2/accounts/{account_id}/cancel
Path parameters
account_idstring required
User’s dLocal account ID.
Response
OK
Example response
{
"account_id": "d907f733-5e17-4470-b963-f2ac2c11a440",
"status": "CANCELED",
"status_code": 601,
"status_detail": "canceled_by_merchant",
"last_updated": "2021-07-12T13:07:08.000Z"
}