Restore (soft) deleted content items
{ restoreDeletedItems }
Restore (soft) deleted content items
Method
/API3/content/restoreDeletedItems
- Enterprise Admin
Input Parameters
Name
itemIds
Object Type
string [ ]
Description
A list of system content item IDs
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Items that have not been 'purged' or soft deleted can be restored. Admins can restore soft-deleted items from the main content manager tools or via this API. Purged items can never be restored.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP