Deleting group list
- Print
- PDF
Deleting group list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can delete a group list.
Requests
- POST /groups/delete
Request bodies
{
"groupIds": ["String", "String"]
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
groupIds | N | Array | ID list of groups to delete |
Responses
Response bodies
[{
"id": "String",
"nrn": "String",
"success" : "boolean"
}]
Parameters | Type | Description | Restrictions |
---|---|---|---|
[].id | String | ID of the deleted group | |
[].nrn | String | nrn of the deleted group | |
[].success | Boolean | Whether it is a success | |
[].message | String | Failure error message |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | Invalid request |
Was this article helpful?