/
/Squidex API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 46m ago · Updated 3w ago
Apps35
Assets19
Backups7
Contents26
Diagnostics2
EventConsumers4
History2
Jobs3
Languages1
News1
Ping3
Plans4
Rules19
Schemas34
  • postAdd a schema field.
  • postAdd a nested field.
  • putConfigure UI fields.
  • putReorder all fields.
  • putReorder all nested fields.
  • putUpdate a schema field.
  • deleteDelete a schema field.
  • putUpdate a nested field.
  • deleteDelete a nested field.
  • putLock a schema field.
  • putLock a nested field.
  • putHide a schema field.
  • putHide a nested field.
  • putShow a schema field.
  • putShow a nested field.
  • putEnable a schema field.
  • putEnable a nested field.
  • putDisable a schema field.
  • putDisable a nested field.
  • getGets the schema indexes.
  • postCreate a schema indexes.
  • deleteCreate a schema indexes.
  • getGet schemas.
  • postCreate a new schema.
  • getGet a schema by name.
  • putUpdate a schema.
  • deleteDelete a schema.
  • putSynchronize a schema.
  • putUpdate a schema category.
  • putUpdate the preview urls.
  • putUpdate the scripts.
  • putUpdate the rules.
  • putPublish a schema.
  • putUnpublish a schema.
Search1
Statistics7
Teams11
Templates2
Translations1
UserManagement7
Users5
    Schemas

    Delete a schema.

    delete/api/apps/{app}/schemas/{schema}

    Path parameters

    appstring required

    The name of the app.

    schemastring required

    The name of the schema to delete.

    Query parameters

    permanentboolean

    True to delete the schema and the contents permanently.

    Response

    Schema deleted.

    Changes