Delete Person
DELETE/api/persons/deleteperson/:id
Tier: Public — stable, supported for third-party integration.
Soft deletes a person.
Detaches the person's tag before deleting. Blocked while the person is a user, has a pending order addressed to them, or is a notification-group target.
Request
Responses
- 200
- 400
- 401
- 403
true once the person has been deleted.
Unknown id — NotFound; or the person cannot be deleted — IllegalDeleteAttempt with field "User account", "Has Pending Orders", or "Notification group".
Caller is not authenticated.
Caller does not have Delete permission on the Person module.