Closed Mazurco066 closed 1 year ago
Google play store requires that published app gives the user an option to delete his/her data. The object here is develop 2 endpoints:
DELETE /v2/songs/wipe_account_data - This endpoint will be responsible to delete the data following this rules:
DELETE /v2/songs/wipe_account_data
POST /v1/bands/transfer_ownership/{id} - This endpoint will be responsible to transfer band ownership from a user to another following this rules:
POST /v1/bands/transfer_ownership/{id}
Description
Google play store requires that published app gives the user an option to delete his/her data. The object here is develop 2 endpoints:
Remove account data
DELETE /v2/songs/wipe_account_data
- This endpoint will be responsible to delete the data following this rules:Transfer band ownership
POST /v1/bands/transfer_ownership/{id}
- This endpoint will be responsible to transfer band ownership from a user to another following this rules: