Skip to main content

Batch Delete Persons

POST 

/api/persons/batchdeletepersons

Tier: Public — stable, supported for third-party integration.

Soft deletes a batch of persons.

Applies PersonController.DeletePerson(...)'s per-person guards individually — see BatchDeletePersonDto.PersonIds for the partial-commit behaviour on failure.

Request

Responses

true once the batch has been processed.