Delete group
- Print
- PDF
Delete group
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
- Delete a group.
API
- DELETE /groups/{groupId}
Request
Path variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
groupId | Y | String | Group ID |
Response
- Response
Parameter name | Required | Type | Description |
---|---|---|---|
ProcessResult | Y | ProcessResult | Processing result |
- Response example - Success
{
"success": true
}
Error
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 30 | Group that doesn't exist |
Was this article helpful?