Last updated 1 year ago
Was this helpful?
DELETE /schemas/system/{schemaId}
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.
schemaId*
String
SchemaID
{ content: application/json: schema: type: array items: $ref: '#/components/schemas/Schema' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }