Delete V Center Mapping

Delete V Center Mapping

Delete vCenters mapping info

Request
URI
DELETE
https://{api_host}/suite-api/api/applications/vccpmappings
COPY
Request Body

vCenter IDs for unmapping

uuid-values of type(s) application/json
Required

Show optional properties

{
    "uuids": [
        {}
    ]
}
"{\n  \"uuids\" : [ \"a4c02394-d4bb-42f8-846d-ac9ddf1de2be\", \"787ff98a-c5f0-4b86-b56b-047bdfffde29\" ]\n}"
array of string
uuids
Required

Represents a list of UUID(s)

Authentication
This operation uses the following authentication methods.
Responses
204

The vCenter Mappings are deleted successfully

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"uuids":["string"]}' https://{api_host}/suite-api/api/applications/vccpmappings