Skip to main content
POST
/
v1
/
platform
/
datasets
/
examples
/
delete
Error
A valid request URL is required to generate request examples
{
  "count": 1,
  "example_ids": [
    "[\"123e4567-e89b-12d3-a456-426614174000\"]"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Body

application/json
example_ids
string[]
required

ExampleIDs is a list of UUIDs identifying the examples to delete.

Required array length: 1 - 1000 elements
hard_delete
boolean
required

HardDelete indicates whether to perform a hard delete. Currently only True is supported.

Response

OK

count
integer
Example:

1

example_ids
string[]
Example:
[
  "[\"123e4567-e89b-12d3-a456-426614174000\"]"
]