aries-cloudagent-python icon indicating copy to clipboard operation
aries-cloudagent-python copied to clipboard

Multitenancy endpoint to remove sub-wallet should use crud DELETE

Open esune opened this issue 1 year ago • 0 comments

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.

esune avatar Jul 29 '24 22:07 esune