---
title: "DELETE /stashes/{stashID}"
method: DELETE
path: "/stashes/{stashID}"
---

# DELETE /stashes/{stashID}

`DELETE /stashes/{stashID}`

Deletes a stash and all its data

## Path parameters

- `stashID` string, required — ID of the stash, e.g., `20240215-job32`

## Response `200`

- object — A 200 HTTP response code indicates that the stash with the given stash ID was successfully deleted.

## Other responses

- `400`

## Changes

- **2024-08-27** `72ef09c96e18` — 1 breaking
  - added the pattern `^[a-zA-Z0-9][a-zA-Z0-9_-]{0,255}$` to the `path` request parameter `stashID`
- **2024-08-23** `00c640e41629` — 1 info
  - removed the pattern `^[a-zA-Z0-9][a-zA-Z0-9_-]{0,255}$` from the `path` request parameter `stashID`
- **2024-08-21** `3837f9446689` — 1 breaking
  - added the pattern `^[a-zA-Z0-9][a-zA-Z0-9_-]{0,255}$` to the `path` request parameter `stashID`
- **2024-08-02** `be4320e403dc` — 1 info
  - api operation id `Delete stash` removed and replaced with ``
- **2024-08-02** `bab994dbe55a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/glideapps/apis/untitled-api/changes/stashes/:stashID/delete.md)

---

[API](https://skmtc.dev/glideapps/apis/untitled-api.md) · [All operations](https://skmtc.dev/glideapps/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/glideapps/untitled-api/revisions/ecab03a9d56a/schema)
