Deletes list of cluster profiles
DELETE/v1/clusterprofiles/bulk
Deletes list of cluster profiles
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
 
Body
uidsstring[]required
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
deletedCountinteger
failures undefined[]
errMsgstring
namestring
uidstring
isSucceededboolean
messagestring
{
  "deletedCount": 0,
  "failures": [
    {
      "errMsg": "string",
      "name": "string",
      "uid": "string"
    }
  ],
  "isSucceeded": true,
  "message": "string"
}
Loading...