Skip to main content
DELETE
/
v2
/
environments
/
{environmentId}
Delete Environment
curl --request DELETE \
  --url https://api.tusky.io/v2/environments/{environmentId}
Permanently delete an environment and all of its files.

Path Parameters

environmentId
string
required
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

204 No Content
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.