Delete

  • DELETE
  • /workspaces
  • /:workspace
  • /projects
  • /:project_name
  • /environments
  • /:environment_id

Deletes an environment from the project.

Request

REQUIRED SCOPES
WORKSPACE, EXECUTION_MANAGE
URL PARAMETERS
workspacerequired string
The workspace domain.
project_namerequired string
The name ID of the project.
environment_idrequired string
The unique string ID of the desired environment.

Last modified on Mar 3, 2025

Example:

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/projects/:project_name/environments/:environment_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
204 NoContent
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999