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