Delete a cluster configuration
DELETE/v2/clustersconfig/:lookupKey/:key
Removes the cluster configuration identified by the URL. A configuration cannot be deleted while it is still bound to one or more clusters.
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.