githubEdit

Deletes the schema with the provided schema ID

POST /schemas/delete-multiple

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

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

includeChildren

string

Include Child Schemas

schemaIds

string

Schema IDs

Response

{
  description: Successful operation.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/TaskDTO'
}

Last updated

Was this helpful?