Delete a sub account from the group
- Print
- PDF
Delete a sub account from the group
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Delete a sub account from the group.
API
- DELETE /sub-accounts/{subAccountId}/groups
Request
Path Variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
subAccountId | Y | String | Sub Account Id |
Body
{
"groupIdList": [
"string"
]
}
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
groupIdList | Y | array | Group ID list |
Response
- Response
Parameter | Required | Type | Description |
---|---|---|---|
ProcessResult | Y | ProcessResult | Result of processing |
- Response Example - Success
{
"success": true
}
Error
Errors that may occur while using this action are listed below. For error response format, please see ErrorResponse.
For more information about common errors, refer to Naver Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
401 | 30 | The account doesn't exist. |
Was this article helpful?