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>",
  "deleted": true
}
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