Skip to main content

Delete existing archive plan

Select

SaaS
Customer Managed

Delete existing archive plan

Path Parameters
  • planId int32 required

    Id of the plan

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/archiveplan/:planid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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