Skip to main content
DELETE
/
v1
/
environments
/
{id}
Delete Environment
curl --request DELETE \
  --url https://api.tryreplicas.com/v1/environments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

id
string
required

Environment UUID. The literal global is rejected with 409 — the Global env cannot be deleted.

Response

Environment deleted

Generic success response.

success
boolean
required