Knowledge Storage
Delete Process Storage
Delete one or more files from the knowledge repository of a process.
POST
Body Parameters
List of unique file IDs to delete.
Set
true to recover/restore deleted files instead of deleting them.Response
Status of the deletion request.
A descriptive status message.
Error Codes
| Code | ID | Description |
|---|---|---|
ERROR_PROCESS_META_IS_MISSING_IN_REQUEST | 1200 | Metadata missing in request |
ERROR_FILE_ID_NOT_FOUND | 1704 | File ID does not exist |
ERROR_STORAGE_LOCKED | 1712 | Storage repository is currently locked |
