Skip to main content
DELETE
/
schema-presets
/
{schema_preset_id}
Delete a schema preset by its id.
curl --request DELETE \
  --url https://api-dev.narrative.io/schema-presets/{schema_preset_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "error_description": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

schema_preset_id
integer<int64>
required

Unique identifier of an existing schema preset.

Response

If the schema preset has been archived