Remove Cluster Config
DELETE/clustersconfig/:lookupKey/:lookupValue
Use this endpoint to delete cluster config by lookup key.
Request
Path Parameters
lookupKey stringrequired
Lookup key. Read more about cluster config lookup keys
lookupValue stringrequired
The value of the key (id or name)
Responses
- 200
- 404
Remove Cluster Config - 200
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Remove Cluster Config - 200
Schema
data
object
object
messages string[]
{
"data": {},
"messages": [
"Cluster Config deleted"
]
}
{
"data": {},
"messages": [
"Cluster Config deleted"
]
}
Remove Cluster Config - 404
Response Headers
Alt-Svc
string
Via
string
alt-svc
string
content-length
string
date
string
return-format
string
x-request-id
string
- application/json
- Schema
- Example (from schema)
- Remove Cluster Config - 404
Schema
error
object
code number
messages string[]
moreInfo string
status number
type string
{
"error": {
"code": 21005,
"messages": [
"Cluster Config with id [7] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/21005",
"status": 404,
"type": "ClusterConfigNotFound"
}
}
{
"error": {
"code": 21005,
"messages": [
"Cluster Config with id [7] not found"
],
"moreInfo": "https://www.propel.us/docs/errors/21005",
"status": 404,
"type": "ClusterConfigNotFound"
}
}
Loading...