Home / Resources / API Reference

Environment

Base route: /api/environment

Delete environment

This API endpoint permanently deletes an environment from the workspace using its unique identifier. This action is irreversible.

Request

Parameters
environmentId
string
required
The unique identifier of the environment you want to remove.
Query string

DELETE /api/environment?environmentId=...

Response

200 OK