Delete

  • DEL
  • /workspaces
  • /:workspace
  • /environments
  • /:environment_id

Deletes an environment from the workspace.

Request

REQUIRED SCOPES
ENVIRONMENT_MANAGE
URL PARAMETERS
workspacerequiredstring
The workspace name.
environment_idrequiredstring
The unique string ID of the desired environment.

Last modified on Jan 20, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/workspaces/:workspace/environments/:environment_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \

Response

STATUS
204 NoContent