Delete Resources

Delete Resources

NOTE: Deletion of Resources is not synchronous. As a result,
the delete operation may not happen immediately. Furthermore, there is no way
to track the status of the deletion operation. It is recommended to query back
the system with the resource identifiers and ensure that the system returns a
404 error.

Request
URI
DELETE
https://{api_host}/suite-api/api/resources/bulk
COPY
Request Body

Identifiers of Resources to delete

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

Show optional properties

{
    "uuids": [
        {}
    ]
}
"No Custom Example is Available"
array of string
uuids
Required

Represents a list of UUID(s)

Authentication
This operation uses the following authentication methods.
Responses
204

If there is no error in starting the deletion of Resource(s)

Operation doesn't return any data structure

500

If there is any error in starting the deletion of Resource(s)

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/resources/bulk