Deskhero Developer Hub
Back to deskhero.com
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
Authorisation
Minimum role: USER

Request arguments

Name Type Source
list_idInt32
list_entriesDTO_reference[]Body
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 401 (Unauthorized), 403 (Forbidden), 404 (NotFound), 429 (TooManyRequests)
Response body example
DTO_reference
NameTypeReadOnlyDescription
idInt32The id of the reference
labelObjectReadOnlyName/Label from referenced object.
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 27, 2026 15:36