Deleting a Schema
DELETING SCHEMA BASED ON SCHEMA ID
Deletes the schema
Path Parameters
Name
Type
Description
{
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Schema'
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated