Delete Project Snapshot
DELETE/org/:orgId/project/:projectId/snapshots/:snapshotId
Delete Project Snapshot
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
projectId stringrequired
The Project ID for which you are querying
snapshotId stringrequired
The Project Snapshot ID for which you are querying
Responses
- 200
- 400
- 403
- 404
- 500
- 503
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "Successfully deleted project snapshot: [ac0adc31-4fbb-4abd-7976-280fb90e0555] for Project Id: [3d50753c-be0c-4528-6a4e-9c62f58394ca]"
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": "Successfully deleted project snapshot: [ac0adc31-4fbb-4abd-7976-280fb90e0555] for Project Id: [3d50753c-be0c-4528-6a4e-9c62f58394ca]"
}
This error will occur if the project snapshot with the specified projectVersionId does not exist.
This error will occur if calling user does not have access right for the API.
This error will occur if the project does not exist
A server error occurred. Check the logs for more details.
This error will occur if Design Center APIs are not enabled.
Loading...