Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Delete environment

DELETE/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}Delete environment

Soft-deletes an environment by setting its ended_at timestamp

Parameters

env_namestringpathrequired
project_idstring · uuidpathrequired

Responses

204Environment deleted
401Unauthorizedapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu