Deletes all schemas by topic id. Only users with the Standard Registry are allowed.

DELETE /schemas/topic/{topicId}

Deletes all schema by topic ID.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

topicId

string

Topic ID

age

number

Age of the user

Response

description: Successful operation.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SchemaDTO'

Last updated