Delete a cluster option
DELETE/v2/clusters/:lookupKey/:key/options/:optionId
Removes a cluster option from the cluster identified by the URL.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
The record was deleted successfully.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
The record identified by the request could not be located.
The request conflicts with the current state of the record.
An unexpected error prevented the request from completing.