---
title: "Delete an environment backup"
method: DELETE
path: "/projects/{projectId}/environments/{environmentId}/backups/{backupId}"
tags: ["Environment Backups"]
---

# Delete an environment backup

`DELETE /projects/{projectId}/environments/{environmentId}/backups/{backupId}`

Delete a specific backup from an environment using the `id`
of the entry retrieved by the
[Get backups list](#tag/Environment-Backups%2Fpaths%2F~1projects~1%7BprojectId%7D~1environments~1%7BenvironmentId%7D~1backups%2Fget)
endpoint.

## Path parameters

- `projectId` string, required
- `environmentId` string, required
- `backupId` string, required

## Response `default`

- AcceptedResponse
  - `status` string, required — The status text of the response
  - `code` integer, required — The status code of the response

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
