curl --request DELETE \
--url https://api-dev.narrative.io/schema-presets/{schema_preset_id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"error_description": "<string>"
}Archive (soft delete) a specific schema preset given its id. The schema preset will not be visible from that point forward.
curl --request DELETE \
--url https://api-dev.narrative.io/schema-presets/{schema_preset_id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"error_description": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.narrative.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?