Skip to main content

Delete a Schedule Policy

Select

SaaS
Customer Managed

This operation deletes a schedule policy.

More Details

Path Parameters
  • taskId string required
Responses

OK


Schema
  • errorMessage string
  • errorCode integer
DELETE /schedulepolicy/:taskid    

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/SchedulePolicy/:taskId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'