DELETE api/v{version}/delegategroups/{delegateGroupId}/delegates/{delegateId}

Deletes an existing delegate group delegate info.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
delegateId

The delegate's ID

integer

Required

delegateGroupId

The delegate group's ID

integer

Required

version

The requested API version

string

Required

Default value is 2.0

Body Parameters

None.

Response Information

Resource Description

True if the association was deleted, false if no delegate group delegate matching the given delegate and group ID could be found

IHttpActionResult

None.

Response Formats

application/json, text/json, application/problem+json, application/xml, text/xml

Sample:

Sample not available.