Restore a recently deleted project
POST/projects/:projectKey/restoration
Restores a soft-deleted project back to the live workspace, together with everything that was soft-deleted as part of the same deletion event. The project cannot be restored while its workspace is still deleted. Only a project that is the root of its own deletion can be restored via this endpoint; a project that was soft-deleted as part of its workspace's deletion event must be restored through the workspace restoration endpoint instead.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
The project was restored successfully. Returns the restored project.
The request lacks valid authentication credentials.
Response Headers
Forbidden. The request is not allowed.
The recently deleted project was not found, or is not the root of its own deletion.
The project cannot be restored because its workspace is itself deleted. Restore the workspace first.
An internal error occurred while processing the request.