DELETE api/TeamDetail/{id}

Removes the Team member detail record.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

DeleteTeamMemberDetailResponse
NameDescriptionTypeAdditional information
IsDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<DeleteTeamMemberDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessDomain.RequestResponse">
  <IsDeleted>true</IsDeleted>
</DeleteTeamMemberDetailResponse>