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
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| collectionItemID | path | integer (int64) | Yes | The 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.