Skip to main content

Delete a Modifier

Select

SaaS
Customer Managed

Delete a Modifier

Path Parameters
  • clusterId int32 required

    Id of the cluster whose modifier has to be deleted.

  • ModifierName string required

    Name of the modifier to be deleted.

Query Parameters
  • resourceKind string

    Possible values: [K8S_RESTORE_MODIFIER, K8S_RESTORE_FILTER]

    Determines if the modifier to be deleted is a restore filter

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/kubernetes/:clusterid/modifier/:modifiername    

Authorization

type: apiKeyname: Authtokenin: header

Request

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