List entries
Delete many
Soft-deletes several entries of the given list in one call, on the same terms as the single delete: the rows survive in storage but drop out of every read, nothing cascades and no endpoint brings them back. The call is all or nothing, so an id that is unknown or belongs to another list leaves everything in place, and one entry that is still referenced refuses the whole selection; the same reference and sys-entry checks as the single delete apply, and the answer names the offending entries with their reference counts.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/list_entries/{list_id}/delete_many
Request arguments
| Name | Type | Source |
|---|---|---|
| list_id | Int32 | |
| list_entries | DTO_reference[] | Body |
Request body example
Response
Response body example
DTO_reference
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | The id of the reference | |
| label | Object | ReadOnly | Name/Label from referenced object. |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 27, 2026 15:36