add support for deleted method with body
Description
Add support for the DELETE method required by the password app.
Screenshots
Technical details
We need to send a JSON body with the HTTP DELETE method in our Nextcloud Android app, mainly because that’s what the Nextcloud Passwords app backend expects¹.
Instead of modifying the existing delete method in the account manager—which could impact our other apps—we’ve introduced a separate entry specifically for the Passwords app.
Tests
Issues
10 commandments of code review
Edited by dev-12