Returns all child schemas
GET /schema/{schemaId}/deletionPreview
Returns all child schemas
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
schemaId
string
Schema ID
topicId
string
Policy topic Id
Response
description: Schema deletion preview.
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/SchemaDeletionPreviewDTO'{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousReturning Schema by SchemaIDNextDeletes all schemas by topic id. Only users with the Standard Registry are allowed.
Last updated
Was this helpful?