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.

Even if you do not call this endpoint, all stashes are automatically deleted within 48 hours after they are created.

To understand what stashing is and how to use it to work with large datasets, please see our introduction to stashing.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

stashID
string
required

ID of the stash, e.g., 20240215-job32

Response

200 - application/json

A 200 HTTP response code indicates that the stash with the given stash ID was successfully deleted.