Deskhero Developer Hub
Back to deskhero.com
List entries

Delete

Soft-deletes a single entry: the row survives in storage but drops out of every read, and there is no endpoint that brings it back. Nothing cascades and nothing checks whether the entry is still in use, so tickets and other entries pointing at it keep a dangling reference; on the ticket status and priority lists the workspace default and any status hidden by default are refused.

DELETE /api/{tenant:minlength(2)}/v{version:apiVersion}/list_entries/{list_id}/{id}
Authorisation
Minimum role: USER

Request arguments

Name Type Source
list_idInt32
idInt32
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37