Skip to main content
DELETE
/
models
/
{handle}
/
samples
/
{sample_id}
cURL
curl -X DELETE https://u22a8.ai/v1/models/acme.support-tone/samples/4217 \
  -H "Authorization: Bearer $U22A8_API_KEY"
{
  "handle": "<string>",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://u22a8-police-sweep-2026-06-01.mintlify.app/llms.txt

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

Draft-only — trait and sample edits apply only while the model is in the draft state. A trained (ready) model returns 409; the samples and traits are frozen into its versions.

Authorizations

Authorization
string
header
required

API key issued in the platform console, sent as Authorization: Bearer <key>.

Path Parameters

handle
string
required

Model handle, e.g. 'u22a8.technical-writing'.

Example:

"u22a8.technical-writing"

sample_id
integer
required

Response

Successful Response

handle
string
required
deleted
boolean
required