Skip to main content
DELETE
/
v1
/
extraction-schemas
/
{schema_id}
Delete Schema Endpoint
curl --request DELETE \
  --url https://api.glialhealth.com/v1/extraction-schemas/{schema_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Your Folio API key, sent as Authorization: Bearer <api_key>.

Headers

authorization
string | null

Path Parameters

schema_id
string
required

Response

Successful Response