Deletes list of cluster profiles
DELETE/v1/clusterprofiles/bulk
Deletes list of cluster profiles
Request
- 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...