Skip to main content Skip to navigation

Delete a small group set

Deletes a small group set object if a valid identifier was provided.

Permission requirements

The user must have Permissions.SmallGroups.Delete ("Delete small groups") on the small group set. By default, roles that have this permission are:

  • Module Manager
  • Departmental Administrator
  • User Access Manager

Information about API permissions

Definition

DELETE https://tabula.warwick.ac.uk/api/v1/module/:moduleCode/groups/:smallGroupSetId

URL substitution variables

:moduleCode The lowercase form of the module code for the module containing the small group set, e.g. ch225
:smallGroupSetId The unique identifier for the small group set

Example request

DELETE https://tabula.warwick.ac.uk/api/v1/module/cs118/groups/2552f556-6110-4de7-bb8e-01a3180f612e

Response parameters

An unsuccessful response will be returned in the standard format. A successful response will return the HTTP code 200 OK and the following parameters:

success Boolean true
status The string "ok"

Example response

{
  "success": true,
  "status": "ok"
}

Tabula API Methods