Skip to main content

Deletes a collection item

DELETE /v1/collectionitem/{collectionItemID}

Summary

Deletes a collection item.

Details

Removes the item from its collection after write authorization succeeds.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
collectionItemIDpathinteger (int64)YesThe ID of the collection item to delete.1

Request Body

No request body is documented here.

Responses

200

Success. No response body.

No response body schema documented.