For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deleting a Schema

DELETING SCHEMA BASED ON SCHEMA ID

Deletes the schema

DELETE /schema/{schemaID}

Deletes the schema with the provided schema ID. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Name
Type
Description

schemaID*

String

Schema ID

includeChildren

Boolean

Include child schemas

{
    content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Schema'
}
{
    // Response
}
{
    // Response
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Last updated