Subjects (v1)

Delete schema version

Deletes a specific version of the schema registered under this subject. This only deletes the version and the schema ID remains intact making it still possible to decode data using the schema ID. This API is recommended to be used only in development environments or under extreme circumstances where-in, its required to delete a previously registered schema for compatibility purposes or re-register previously registered schema.

delete/subjects/{subject}/versions/{version}

Path parameters

subjectstring required

Name of the subject

versionstring required

Version of the schema to be returned. Valid values for versionId are between [1,2^31-1] or the string "latest". "latest" returns the last registered schema under the specified subject. Note that there may be a new latest schema that gets registered right after this request is served.

Query parameters

permanentboolean

Whether to perform a permanent delete

Response

Operation succeeded. Returns the schema version.

Changes

No recorded changes to this endpoint across all 1 revision of this API.