---
title: "Delete partitions by timestamp"
method: DELETE
path: "/vdisks/{VDiskId}/partitions/by_timestamp/{timestamp}"
---

# Delete partitions by timestamp

`DELETE /vdisks/{VDiskId}/partitions/by_timestamp/{timestamp}`

## Path parameters

- `VDiskId` integer, required
- `timestamp` string, required

## Response `200`

Success

- StatusExt
  - `status` integer
  - `ok` boolean
  - `msg` string

## Other responses

- `400` — Bad request (partitions with the timestamp not found on the vdisk or it is active)
- `403` — Permission denied
- `404` — Not found

## Changes

- **2022-07-03** `fa4b74390467` — 1 breaking, 6 info
  - the response's body type/format changed from `string`/`` to `object`/`` for status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - …3 more
- **2021-03-08** `e24fa09d401f` — 1 breaking, 3 warning, 3 info
  - the response's body type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the optional property `msg` from the response with the `200` status
  - removed the optional property `ok` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/qoollo/apis/bob-node-api/changes/vdisks/:VDiskId/partitions/by_timestamp/:timestamp/delete.md)

---

[API](https://skmtc.dev/qoollo/apis/bob-node-api.md) · [All operations](https://skmtc.dev/qoollo/apis/bob-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qoollo/bob-node-api/revisions/73016e163ee1/schema)
