-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a delete API for deleting a schema metadata and all related information #509
Comments
@priyank5485 https://registry-project.readthedocs.io/en/latest/schema-registry.html#using-schema-related-apis |
Agree on that. Generally, users look at readthedocs which shows by default with |
@kamalcph We plan to have this feature via UI once it is covered by QE tests and tested thoroughly. REST API can be used by users who wants to still use delete functionality but this can be considered as experimental. |
Duplicate of #510 |
Currently, we do not support deleting a schema metadata at top level. This issue is created to provide such an API that will delete schema metadata and all related data including versions, states, branches, mappings, etc. We will need to add a corresponding UI control and a warning message for the same before UI makes this API call.
The text was updated successfully, but these errors were encountered: