Skip to main content
DELETE
/
v1
/
environments
/
{id}
Delete an environment
curl --request DELETE \
  --url https://api.app.chainloop.dev/v1/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 environment to delete

Query Parameters

name
string

Name of the environment (DNS-1123 compliant)

Response

A successful response.

The response is of type EnvironmentsServiceDeleteResponse is the response message for deleting an environment · object.