Deleting group from assignment
- Print
- PDF
Deleting group from assignment
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can delete a group from an assignment.
Requests
- POST /groups/{groupId}/assignments/delete
Request path
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
groupId | Y | String | Group Id |
Request bodies
{
"assignmentIds": ["String", "String"]
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
assignmentIds | N | Array | Assignment ID list |
Responses
Response bodies
[
"id": "String",
"nrn": "String",
"success": "boolean",
"message": "String"
]
Parameters | Type | Description | Restrictions |
---|---|---|---|
[].id | String | Assignment ID | |
[].success | Boolean | Whether it is a success | |
[].nrn | String | Assignment nrn | |
[].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 | 400 | Invalid request |
400 | 9061 | Group does not exist |
Was this article helpful?