cases
Delete a case template
Spaces method and path for this operation:
<div><span class="operation-verb delete">delete</span> <span class="operation-path">/s/{space_id}/api/cases/templates/{template_id}</span></div>Refer to Spaces for more information.
Soft-deletes a case template (all versions). Existing cases keep their pinned template reference; the template stops appearing in the case creation flow and in find responses. You must have the "Manage templates" sub-privilege for the Cases feature of the owning solution. Requires the Cases feature to be enabled in the space.
delete/api/cases/templates/{template_id}
Path parameters
template_idstring required
The identifier for the template.
Response
The template was deleted.