Permanently delete a volume and all of its files.
Path Parameters
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
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.