diff --git a/api-reference/v2/stashing/delete-stash.mdx b/api-reference/v2/stashing/delete-stash.mdx new file mode 100644 index 0000000..9202fae --- /dev/null +++ b/api-reference/v2/stashing/delete-stash.mdx @@ -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. + + + 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). + diff --git a/mint.json b/mint.json index bcde5ae..a4f245c 100644 --- a/mint.json +++ b/mint.json @@ -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" ] }, {