DELETE api/delegates/{delegateId}

Deletes a delegate by id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
delegateId

The id of the delegate to delete

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns the status code 204 No Content on success.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.