DELETE api/v{version}/delegategroups/{id}

Deletes a delegate group.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the delegate group to delete.

integer

Required

version

The requested API version

string

Required

Default value is 2.0

Body Parameters

None.

Response Information

Resource Description

Returns status code 204 No Content if successful.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.