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