---
title: "Delete"
method: DELETE
path: "/1/swiss_backups/{swiss_backup_id}/slots/{slot_id}"
tags: ["Slots"]
---

# Delete

`DELETE /1/swiss_backups/{swiss_backup_id}/slots/{slot_id}`

Delete a slot for the given Swiss Backup

## Path parameters

- `swiss_backup_id` integer, required
- `slot_id` integer, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` union
    - boolean
    - unknown

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/revisions/64c14a5addb7?raw)
