Deskhero Developer Hub
Back to deskhero.com
Custom instructions

Delete

Soft-deletes the custom instruction, so the row survives but is left out of every read and out of the AI prompt from the next call onwards. Nothing else in the workspace references a custom instruction, so nothing cascades; the workspace's cached AI answers are discarded.

DELETE /api/{tenant:minlength(2)}/v{version:apiVersion}/custom_instructions/{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