Delete a project snapshot
DELETE/project-snapshots/:projectSnapshotKey
Deletes the specified project snapshot. The file versions it captured are not deleted, because they can be shared with other project snapshots.
Deleting a project snapshot that captured a file version published to shared resources requires elevated organization access and is rejected with 403 otherwise. On SaaS, public API clients never hold elevated organization access, so deleting a snapshot that captured such a file version always fails with 403 in that case.
Request
Responses
- 204
- 401
- 403
- 404
- 500
The project snapshot was deleted successfully.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The requested resource was not found.
An internal error occurred while processing the request.