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'{
  description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated