Home > @tridion-sites/open-api-client > ItemsService > delete
Permanently deletes an item from the system. You can delete all versions of the item or only a specified version of the item.
Signature:
static delete({ escapedItemId, }: {
escapedItemId: string;
}): CancelablePromise<void>;
Parameter | Type | Description |
---|---|---|
{ escapedItemId, } | { escapedItemId: string; } |
Returns:
CancelablePromise<void>
void
ApiError