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}
Request arguments
| Name | Type | Source |
|---|---|---|
| list_id | Int32 | |
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37