From 3c6d6910c5b8ca15568d7d92d1a8d600d15b67fa Mon Sep 17 00:00:00 2001 From: Alex Corrado Date: Fri, 2 Aug 2024 13:15:08 +0100 Subject: [PATCH] Add delete stash endpoint docs --- api-reference/v2/stashing/delete-stash.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 api-reference/v2/stashing/delete-stash.mdx 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). +