Skip to main content
DELETE
/
v2
/
sandboxes
/
volumes
/
{name}
Delete a Volume
curl --request DELETE \
  --url https://api.example.com/v2/sandboxes/volumes/{name}
{
  "detail": {
    "error": "NotFound",
    "message": "Resource not found."
  }
}

Documentation Index

Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-srimpr-1771619406-31dcf4f.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

name
string
required

Volume name

Response

Successful Response