curl --request DELETE \
--url https://dev.startree.ai/schemas/{schemaName} \
--header 'Authorization: <api-key>'
Deletes a schema by name
curl --request DELETE \
--url https://dev.startree.ai/schemas/{schemaName} \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Schema name
Was this page helpful?