1. API
  2. Cases
  3. Case templates

Case templates: Delete

Description

Delete a case template. Cases already created from the template are not affected.

See the Get Cases API to learn more about cases.

Request

HTTP Method: DELETE

Path Parameter Description
id The case template ID.

Sample request

curl -X DELETE \
  https://<tenant-domain>/api/v1/case_templates/<<case_template_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'

Response

A successful request will return an empty response with a 204 status code.

Was this helpful?