DigitalOcean-public.v2-new_Databases
Delete a Kafka Schema by Subject Name
To delete a specific schema by subject name for a Kafka cluster, send a DELETE request to /v2/databases/$DATABASE_ID/schema-registry/$SUBJECT_NAME.
delete/v2/databases/{database_cluster_uuid}/schema-registry/{subject_name}
Path parameters
database_cluster_uuidstring uuid required
A unique identifier for a database cluster.
subject_namestring required
The name of the Kafka schema subject.
Response
The action was successful and the response body is empty.