Deskhero Developer Hub
Back to deskhero.com
Fields

Delete

Soft deletes one custom field; system fields cannot be deleted, and the call is refused while the field is used by a list or serves as the multi option source of another field. Values already stored for the field on tickets and list entries are left in place.

DELETE /api/{tenant:minlength(2)}/v{version:apiVersion}/fields/{id}
Authorisation
Minimum role: ADMIN

Request arguments

Name Type Source
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