Skip to main content

Delete Schema

Delete an extraction schema from your workspace. Existing extractions that used this schema retain their data and provenance intact.

DELETE/v1/schemas/:id

Path parameters

ParameterTypeDescription
idstringThe schema ID to delete

Example

curl -X DELETE https://api.talonic.com/v1/schemas/sch_abc123 \
  -H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"