Delete a cluster
DELETE/v2/clusters/:lookupKey/:key
Removes the cluster identified by the URL from the catalogue.
Products assigned to the cluster are detached automatically. Cluster options that exist only inside the cluster are removed alongside it.
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.