Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Delete LLM Provider's ApiKeys

POST/v1/private/llm-provider-key/deleteDelete LLM Provider's ApiKeys

Delete LLM Provider's ApiKeys batch

Request body

application/json
objectBatchDelete
idsarray of string · uuidrequired

maxItems 1000 · minItems 1 · uniqueItems true

Show child attributes

maxItems 1000 · minItems 1 · uniqueItems true

Example request
{
  "ids": [
    "00000000-0000-0000-0000-000000000000"
  ]
}

Responses

204No Content
Documentation menu