Skip to main content
DELETE
/
v2
/
volumes
/
{volumeId}
Delete Volume
curl --request DELETE \
  --url https://api.tusky.io/v2/volumes/{volumeId}
Permanently delete a volume and all of its files.

Path Parameters

volumeId
string
required
The unique identifier of the volume to delete.

Response

Returns a 204 No Content response on success.

Example

curl -X DELETE https://api.tusky.io/v2/volumes/vol_abc123def456 \
  -H "Api-Key: YOUR_API_KEY"

Response

204 No Content
This action is irreversible. Deleting a volume permanently removes the volume and all files within it. File data stored on the Walrus network may persist until the epoch expiry, but will no longer be accessible through Tusky.