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). +