REST API - Delete Candidate Query - Group

This operation deletes a candidate query for a grou[, and optionally removes resources from the group for which the candidate query is being deleted.

Request

Format
DELETE <baseurl>/candidatequery/group/<group-guid>
Path parameters group-guid: The unique identifier of the group from which the candidate query is to be removed.
Query parameters

remove-resources=boolean (optional): If true, the resources assigned to the group from which the candidate query is being deleted are also removed from the group. Default = false

Response

JSON If successful, returns 200 OK in the response header, and an empty response body.
XML If successful, returns 200 OK in the response header, and an empty response body.

Example

Request
DELETE <baseurl>/orgmodel/candidatequery/group/_slQukFHHEeO_orno_K2qCw?remove-resources=true