Permanently delete an environment and all of its files.
Path Parameters
The unique identifier of the environment to delete.
Response
Returns a 204 No Content response on success.
Example
curl -X DELETE https://api.tusky.io/v2/environments/env_abc123def456 \
-H "Api-Key: YOUR_API_KEY"
Response
This action is irreversible. Deleting an environment permanently removes the environment 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.