Skip to main content

Deletes list of cluster profiles

DELETE 

https://api.spectrocloud.com/v1/clusterprofiles/bulk

Deletes list of cluster profiles

Request

Body

    uidsstring[]required

Responses

OK

Schema

    deletedCountinteger

    failures

    undefined[]

  • Array [

  • errMsgstring
    namestring
    uidstring
  • ]

  • isSucceededboolean
    messagestring
curl -L -X DELETE 'https://api.spectrocloud.com/v1/clusterprofiles/bulk' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"uids": [
"string"
]
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Body
{
"uids": [
"string"
]
}