DELETE group/…/objective/…
Removes an objective from a group. The group members no longer need to meet the objective.
Resource URL
https://www.drillster.com/api/2.1.1/group/{group_id}/objective/{objective_id}
Parameters
Field | Description |
---|---|
group_id required |
The unique ID of the group. |
objective_id required |
Identifies the objective to be removed from the group. |
Response
An HTTP 204 (No content) response indicating that the objective was removed from the group.
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
objective_id_missing |
400 (Bad request) | No objective ID specified. |
objective_not_found |
404 (Not found) | Requested objective does not exist. |
no_group_access |
403 (Forbidden) | No access to group. |
group_not_found |
404 (Not found) | Could not retrieve group details. |
no_permission |
403 (Forbidden) | Caller has no permission to disconnect tests from this group. |
Last updated on