Delete environment
render_delete_environmentDelete an empty Render environment by providing its ID. If the environment contains services or resources, deletion will fail; empty it first or use the Render Dashboard.
Instructions
Delete environment. Delete the environment with the provided ID. Requires the environment to be empty (i.e., it must contain no services or other resources). Otherwise, deletion fails with a 409 response. To delete a non-empty environment, do one of the following: - First move or delete all contained services and other resources. - Delete the environment in the Render Dashboard. Calls DELETE /environments/{environmentId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes |