You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple scopes under the same database and I have made a deprovision API to handle the DB clean up, however, when I passed the scope name to the DeprovisionAsync function, it will remove all my scopes, not only the scope I've specified.
I have multiple scopes under the same database and I have made a deprovision API to handle the DB clean up, however, when I passed the scope name to the
DeprovisionAsync
function, it will remove all my scopes, not only the scope I've specified.Here's my deprovision API:
Would like to know if I can specify which scope to clean, and not clean up all scopes when I call
DeprovisionAsync
. Thank you.The text was updated successfully, but these errors were encountered: