Delete Address API
Last updated 5 years ago
DELETE https://uprism.io:30443/v1/users/{userId}/address/{addressIdx}
DELETE
https://uprism.io:30443/v1/users/{userId}/address/{addressIdx}
API to delete the address book list for this user
{ "code": 200, "message": "success", "response": null }
addressIdx
string
Address ID
userId
User ID
Authorization
"Bearer " + {accessToken}