For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Copy to LLMGithubGo to App
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
    • Overview
  • Python SDK
    • Reference
    • REST API Client
  • Typescript SDK
    • Overview
    • Opik TS
    • Prompts
    • Opik Query Language (OQL)
  • Rest API
    • Overview
        • GETFind project Evaluators
        • POSTCreate automation rule evaluator
        • POSTDelete automation rule evaluators
        • GETGet automation rule evaluator by id
        • PATCHUpdate Automation Rule Evaluator by id
        • GETGet automation rule evaluator logs by id
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceAutomation Rule Evaluators

Delete automation rule evaluators

POST
/v1/private/automations/evaluators/delete
POST
/api/v1/private/automations/evaluators/delete
$curl -X POST http://localhost:5173/api/v1/private/automations/evaluators/delete \
> -H "Content-Type: application/json" \
> -d '{
> "ids": [
> "string"
> ]
>}'
Delete automation rule evaluators batch
Was this page helpful?
Previous

Get automation rule evaluator by id

Next
Built with

Query parameters

project_idstringOptionalformat: "uuid"

Request

This endpoint expects an object.
idslist of stringsRequired