Deleting a schema

You can use the Schema Registry REST API to delete schemas.

You can access the Schema Registry API Swagger documentation directly from the UI. To do this, append your URL with: /swagger/

For example: http://localhost:9090/swagger/

  1. Find the DELETE /api/v1/schemaregistry/schemas/{schema_name} API under "Schema".
  2. Replace {schema_name} with the schema you wish to delete.
  3. Invoke the API.