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

Response

{
description: Internal server error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
}

Last updated