Skip to main content
DELETE
/
v1
/
logical-environments
/
{id}
Delete a logical environment
curl --request DELETE \
  --url https://api.app.chainloop.dev/v1/logical-environments/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Path Parameters

id
string
required

ID is the unique identifier of the logical environment to delete

Query Parameters

name
string

Name of the logical environment

Response

A successful response.

The response is of type LogicalEnvironmentsServiceDeleteResponse is the response message for deleting a logical environment · object.