Delete
- DEL
- /workspaces
- /:workspace
- /environments
- /:environment_id
Deletes an environment from the workspace.
Request example
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/environments/:environment_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
Response
STATUS204 NoContent