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
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...