DELETE api/group/{id}/deletesearch/{searchingRoleId}

Deletes Search Criteria from a Group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the group

integer

Required

searchingRoleId

The id of the searching role to delete

integer

Required

Body Parameters

None.

Response Information

Resource Description

The created search criteria

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.