Skip to main content
DELETE
/
environments
/
{id}
Delete environment
curl --request DELETE \
  --url https://api.verial.ai/environments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.verial.ai/llms.txt

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

Permanently delete an environment. Benchmarks that reference this environment will no longer be runnable.
This action cannot be undone. Ensure no active benchmarks depend on this environment before deleting.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Path Parameters

id
string
required

Environment ID

Response

Successful response

id
string
required
deleted
enum<boolean>
required
Available options:
true