From 0ffacb1bd22edd36c3c8059a03731685aae50595 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 ++++++++++ mint.json | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) 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). + 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" ] }, {