Skip to main content
DELETE
Delete Checks

Overview

Removes the check config for one environment, including its scenario and judge attachments. Past check runs are kept and still readable with List Check Runs. When the environment has no config, the response is 200 with deleted: false, not 404. Requires an admin, owner, operator, or prompter role.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier.
string
required
staging or production. Any other value returns 400 BAD_REQUEST.

Response

boolean
true when a config was removed, false when the environment had none.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt