DELETE group/…
Deletes a group.
Deleting a group is permament and includes the deletion of group memberships, access to content and learning objectives. User accounts and the content itself is not deleted.
Resource URL
https://www.drillster.com/api/2.1.1/group/{group_id}
Parameters
Field | Type | Description |
---|---|---|
group_id required |
String | The ID of the group. Example value: nYrK9udUc-UGvRS2kxaPtaB-0wzeHAJzM6vlL1te6wI |
Response
A message stating that the group was deleted.
Example request
DELETE https://www.drillster.com/api/2.1.1/group/nYrK9udUc-UGvRS2kxaPtaB-0wzeHAJzM6vlL1te6wI
Response
{
"description":"Group removed"
}
Last updated on