Delete a repository item
delete/repository/items/{itemId}
Deletes a repository item. By default, the item is moved to the recycle bin. If the permanent parameter value is set to true, the item is permanently deleted. Note: Contexts are always permanently deleted so the permanent parameter is ignored if the item is a context. Authorization: Requires read and write permission on the parent container as well as read and delete permission on the item.
Name | Type | Required | Description |
---|---|---|---|
itemId | string | true | The unique identifier for the repository item. Examples: "d6eefec9-dcc2-4574-8af8-69897038d9c5" |
Status | Meaning | Description | ||
---|---|---|---|---|
204 | No Content | The repository item was deleted. |