Skip to main content

Disable Snap Addon

Select

SaaS
Customer Managed

Disables Snap Addon for a plan

Path Parameters
  • PlanId string required
Header Parameters
  • Accept string required
Responses

OK


Schema
  • error object[]
  • entity object
  • status object
  • errorMessage string
  • errorCode integer
PUT /v2/plan/:planid/addon/snap/action/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
PlanId — path required
Accept — header required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AddOn/Snap/Action/Disable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'