Template
Delete Template
The API can be used to delete a template using its root version identifier.
🗒 Things to Know
The template should not be associated with any Assessment or any action rules of other templates.
Template of specific types PIA, VENDOR, ITRM, CONTROL, INCIDENT, EXCHANGE, ESG, DISCLOSURE, ERM, TPDD, DISCLOSURE_YOY can be deleted using the API.
The root version identifier of a template can be retrieved by calling the Get List of Templates API.
delete/api/template/v2/templates/root-version/{rootVersionId}/templates
Path parameters
rootVersionIdstring uuid required
The UUID of the root version of the template to delete
Example:7d271be5-0601-4190-96a7-65d7c427a725
The root version identifier of the template to be deleted.
Response
No Content