Delete Address Group
주소록 그룹 삭제 API
Delete Address Group
DELETE
https://uprism.io:30443/v1/users/{userId}/address/group/{groupName}
해당 사용자의 주소록 그룹을 삭제
Path Parameters
Name | Type | Description |
---|---|---|
userId | string | 서브사용자 ID |
groupName | string | 삭제할 groupName |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer " + {accessToken} |
Last updated