Remove a Position From a Group

Remove a position from a group in WebEOC Nexus using the positionName endpoint.

positionName endpoint description
Description Remove a position from a group.
URL
  • /groups/{groupName}/positions/{positionName}

  • /groups/query/positions?groupName={groupName}&positionName={positionName}

Method DELETE
Parameters
  • groupname

  • positionname

Review the parameter definitions and examples of how to use the positionName endpoint in JQuery and C# calls.

Parameters

positionName endpoint parameters
Variable Name Type Description Required
groupname String The name of the group True
positionname String The name of the position to assign to the group True