Soft delete a project
Projects Dashboard / Projects
Soft delete a project
Description
Soft delete a SightX project. This will move it to the recycle bin.
Response
200 OK
{
"folderId": "string",
"projectId": "string",
"userId": "string"
}
where:
folderId: Id of the folder Recycle Bin folder, which isf00000000000000000000002.projectId: Id of the deleted project.userId: Id of the user deleting the project.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
DELETE
Soft delete a project
Description
Soft delete a SightX project. This will move it to the recycle bin.Response
200 OK
folderId: Id of the folder Recycle Bin folder, which isf00000000000000000000002.projectId: Id of the deleted project.userId: Id of the user deleting the project.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.