Skip to main content
DELETE
/
deployments
/
storage
/
volumes
/
{id}
Delete a volume
curl --request DELETE \
  --url https://api.together.xyz/v1/deployments/storage/volumes/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

id
string
required

Volume ID or name

Response

Volume deleted successfully

The response is of type object.