---
title: "Delete a backup"
method: DELETE
path: "/backups/{backup_id}"
tags: ["Manage Indexes"]
---

# Delete a backup

`DELETE /backups/{backup_id}`

Delete a backup.

## Path parameters

- `backup_id` string, required

## Headers

- `X-Pinecone-Api-Version` string, required

## Response `202`

The request to delete the backup has been accepted.

## Other responses

- `401` — Unauthorized. Possible causes: Invalid API key.
- `404` — Backup not found.
- `412` — There is a pending restore job created from this backup.
- `500` — Internal server error.

---

[API](https://skmtc.net/pinecone/apis/pinecone-api.md) · [All operations](https://skmtc.net/pinecone/apis/pinecone-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinecone/pinecone-api/versions/35876583485d/schema)
