Delete Library Item

Delete Library Item

Delete a specific content library item via URN.

Request
URI
DELETE
https://{api_host}/cloudapi/vcf/contentLibraryItems/{itemUrn}
COPY
Path Parameters
string
itemUrn
Required

itemUrn

Query Parameters
boolean
force
Optional

Whether to force delete the content library item.


Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    [object Object]
                
Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/contentLibraryItems/{itemUrn}