Saltar al contenido principal

Eliminar cuenta financiera

DELETE 

/financial-accounts/:id

Deletes an account. Requires scope finance.accounts.write. Returns 422 (reason: in_use, with a usage breakdown) when the account has any transaction, payable or receivable — deleting would cascade-delete its transactions, so soft-deactivate via PATCH { active: false } instead. Calling DELETE twice returns 204 then 404.

Solicitud

Respuestas

Account deleted. No response body.