GET delete group

Deletes a group. The group to be deleted is specified by the {identifier} parameter which is the GroupID parameter returned by by the list groups method.

Constraints:

  • If at least one user belonging to this group has been invited or participated in a prioritization process that is not deleted, the group can not be deleted.

If this method returns a (111) - Forbidden error message that means users from this group participated in prioritizations that are not deleted and they are required to properly display the analysis and results.

Resource URL:

https://api.priotice.se/rest/{auth}/group/delete/{identifier}

Data returned

If the request has been successful it will return a success message and the GroupID of the group that was deleted.

Example request

GET https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/group/delete/1043

Example response:

{ "Status": "success", "Data": { "GroupID": 62 } }