Delete Schema
Delete an extraction schema from your workspace. Existing extractions that used this schema retain their data and provenance intact.
DELETE
/v1/schemas/:idPath parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | The schema ID to delete |
Example
curl -X DELETE https://api.talonic.com/v1/schemas/sch_abc123 \
-H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"