All pages
Powered by GitBook
1 of 1

Loading...

Delete System Schema

DELETE THE SYSTEM SCHEMA WITH THE PROVIDED SCHEMA ID

Deletes the Schema

DELETE /schemas/system/{schemaId}

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

Path Parameters

Name
Type
Description

schemaId*

String

SchemaID

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