pydo.databases.delete_kafka_schema()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.databases.delete_kafka_schema(
database_cluster_uuid="9cc10173-e9ea-4176-9dbc-a4cee4c4ff30",
subject_name="customer-schema",
)Description
To delete a specific schema by subject name for a Kafka cluster, send a DELETE request to
/v2/databases/{database_cluster_uuid}/schema-registry/{subject_name}.
Parameters
database_cluster_uuidstring requiredA unique identifier for a database cluster.
subject_namestring requiredThe name of the Kafka schema subject.
More Information
See /v2/databases/{database_cluster_uuid}/schema-registry/{subject_name} in the API reference for additional detail on responses, headers, parameters, and more.