Deleting assignment target
- Print
- PDF
Deleting assignment target
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can delete assignment targets.
Requests
- POST /assignments/{assignmentId}/targets/delete
Request path
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
assignmentId | Y | String | Assignment Id |
Request parameters
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
targetType | Y | String | user, group | target type |
targetIds | Y | String |
Responses
Response bodies
{
"id": "String",
"success" : "boolean",
"message": "String"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
id | String | Assignment ID | |
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 | 9080 | Assignment does not exist. |
Was this article helpful?