Hello @sakuraime ,
Unfortunately, there is no URL method to list and delete secret scopes.
Note: You can use the Databricks CLI (version 0.7.1 and above) or Secrets API.
To list the existing scopes in a workspace using the CLI:
databricks secrets list-scopes
Deleting a secret scope deletes all secrets and ACLs applied to the scope. To delete a scope using the CLI:
databricks secrets delete-scope --scope <scope-name>
For more details, Azure Databricks - Secret scopes.
Hope this helps. Do let us know if you any further queries.
Please don’t forget to Accept Answer
and Up-Vote
wherever the information provided helps you, this can be beneficial to other community members.