Deleting Schema Tag

Delete the schema.

DELETE /tags/schemas/{schemaId}

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

Path Parameters

NameTypeDescription

schemaId*

String

Schema ID

content:
            application/json:
              schema:
                type: boolean

Last updated