Skip to content

Commit

Permalink
Add delete stash endpoint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chkn committed Aug 2, 2024
1 parent 5f91bec commit 3c6d691
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api-reference/v2/stashing/delete-stash.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Delete Stash
openapi: delete /stashes/{stashID}
---

If you no longer need a stash, you can delete it. This will remove the stash and all the data it contains. Stashes are automatically deleted within 48 hours of creation.

<Tip>
To understand what stashing is and how to use it to work with large datasets, please see our [introduction to stashing](/api-reference/v2/stashing/introduction).
</Tip>

0 comments on commit 3c6d691

Please sign in to comment.