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>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.chainloop.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.