deleteSchema

The deleteSchema service deletes a specific schema version from the Schema Registry for a given subject. It supports both soft deletion (default) and permanent deletion when the permanent flag is set to true.

Input Parameters

subject (String, required) The name of the subject whose schema you want to delete.
version (Integer, optional) The version number of the schema to delete. If not specified, the latest version is deleted.
permanent (Boolean, optional) Set to true to perform a permanent delete. If not specified or set to false, the schema is soft-deleted by default.
$connectionName (String, required) Name of the Kafka connection configured with the Confluent Schema Registry.

Output Parameters

versions (Integer list, required) Array of schema version numbers that were deleted for the specified subject.
message (String, required) The response message returned after the service execution.