Search recently deleted projects
POST/projects/recently-deleted/search
Returns soft-deleted projects scoped to the caller's organization. Only projects that are the root of their own deletion are listed; a project soft-deleted as part of an ancestor workspace's deletion event is represented by that workspace instead, and a project deleted independently before its workspace stays listed in its own right; use the respective recently-deleted search endpoint to access that workspace entity. Projects remain listed until the retention period expires and the scheduled cleanup job runs; they can also be restored with POST /projects/{projectKey}/restoration or permanently removed with DELETE /projects/{projectKey}/permanent.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The search completed successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
Forbidden. The request is not allowed.
An internal error occurred while processing the request.