Delete Process Template

Table 1. API: Delete Process Template
Element Description
API DeleteProcesstemplate
Description This API Deletes Process Template. API is accessable to provider admin.
Method DELETE
URL Http(s)://{xx.xxxx.xx.xx:xxx}/v3/workflows/templateId/{templateId}
Body Parameters
  • templateId (Mandatory): Unique Process templateId.
Header
  • Authorization Key : The initial step that needs to be performed before consuming HCL BigFix CLM APIs is to obtain the Token Value for an authorization key. Once a Token value is obtained, it remains valid for all API calls made in a session. For more information on how to do that, refer Token API description.
  • Content-type: application/json
Response

A Sample Response:

"Success"
Response Parameters