DELETE
/
templates
/
{id}
/
_force
Force delete the specific template using templateId
curl --request DELETE \
  --url https://{FUSION_HOST.com}/api/templating/templates/{id}/_force

Path Parameters

id
string
required

The universal unique identifier (UUID) of the template.

Query Parameters

context
string

The context parameter retrieves templates for the specified application. The parameter format is app:your-app-name. Only the first application listed in the context is displayed even if a comma-delimited list is entered in the parameter.

Example:

"app:your-app-name"