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
ACA-Py currently exposes the POST /multitenancy/wallet/XXXXX/remove to delete a sub-wallet.
Using POST for this endpoint is inconsistent with the crud operation being performed and the endpoint should be updated to use DELETE /multitenancy/wallet/{wallet_id} instead.
The text was updated successfully, but these errors were encountered:
ACA-Py currently exposes the
POST /multitenancy/wallet/XXXXX/remove
to delete a sub-wallet.Using
POST
for this endpoint is inconsistent with the crud operation being performed and the endpoint should be updated to useDELETE /multitenancy/wallet/{wallet_id}
instead.The text was updated successfully, but these errors were encountered: