DELETE
/
api
/
v1
/
shared_volume
/
{volume_id}
curl -X DELETE \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
https://manager.cloud.together.ai/api/v1/shared_volume/${SHARED_VOLUME_ID}
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

volume_id
string
required

Response

200 - application/json

OK

The response is of type object.