Skip to main content

Delete Schedule Policy Entity

This operation removes an entity association such as client group, client, agent, instance, backup set or subclient from the schedule policy.

More Details

Path Parameters
  • taskId string required
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
DELETE /task/:taskid/entity    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
taskId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Task/:taskId/Entity' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'