Removing a Candidate Query Configuration

Candidate query configurations can also be deleted.

This is done using the deleteGroupCandidateQuery and deletePositionCandidateQuery functions.

The following diagram shows an example of configuring a candidate query.

Removing a Candidate Query

Procedure

  1. Call getOrgModel to get an organization model with candidate queries.
  2. Call deleteGroupCandidateQuery or deletePositionCandidateQuery to remove the candidate query, depending on whether it is for a group or a position.
  3. Call getOrgModel again (requesting candidate queries) to get the organization model again to confirm removal.