Skip to main content

Delete selected plan rule

Select

SaaS
Customer Managed

Api to delete selected plan rule

Path Parameters
  • ruleId int32 required

    Id of the rule to update in Plan

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/plan/rule/:ruleid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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