Command Palette
Search for a command to run

Delete an environment

Delete an environment and all its associated deployments

DELETE
/auth/v1/seed/{namespace}/projects/{proj}/environments/{env}

Path parameters


namespace
type: string
required
The namespace (user or organization) the project belongs to.
proj
type: string
required
The project ID or slug.
env
type: string
required
The environment ID or name.

Previous Update an environment

Next Get env variables