Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Delete prompts

POST/v1/private/prompts/deleteDelete prompts

Delete prompts 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