Delete
- DELETE
- /workspaces
- /:workspace
- /projects
- /:project_name
- /environments
- /:environment_id
Deletes an environment from the project.
Request
REQUIRED SCOPES
ENVIRONMENT_MANAGE
URL PARAMETERS
workspacerequired string
The workspace name.project_namerequired string
The name ID of the project.environment_idrequired string
The unique string ID of the desired environment.Last modified on Oct 30, 2025
Example:
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/projects/:project_name/environments/:environment_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS204 NoContent
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999