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 0ffacb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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>
3 changes: 2 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"group": "Stashing",
"pages": [
"api-reference/v2/stashing/introduction",
"api-reference/v2/stashing/post-stashes-serial"
"api-reference/v2/stashing/post-stashes-serial",
"api-reference/v2/stashing/delete-stash"
]
},
{
Expand Down

0 comments on commit 0ffacb1

Please sign in to comment.