Eliminar persona
DELETE/people/:id
Soft-deletes the person (sets deleted_at). Requires scope finance.people.write. Existing payables / receivables / transactions referencing the person stay valid — the row just stops surfacing in listings and lookups. Calling DELETE twice returns 204 then 404 (Stripe-style). Refused with 409 while a classification rule still references the person (as match criterion or set action) — edit or remove the rule first.
Solicitud
Respuestas
- 204
- 401
- 403
- 404
- 409
- 500
Person soft-deleted. No response body.
Missing / invalid / expired / revoked token.
Token lacks the finance.people.write scope.
Person not found within the tenant (or already deleted).
The person is still referenced by a classification rule (match or set) — edit/remove the rule before deleting.
Unhandled server error.