DELETE api/TeamDetail/{id}
Removes the Team member detail record.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DeleteTeamMemberDetailResponseName | Description | Type | Additional 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>