DELETE api/group/{id}/deletegroupmember

Delete a contact from a group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

GroupMemberDeleteCommandDataContract
NameDescriptionTypeAdditional information
Id

integer

None.

Reason

EnumDataContract

None.

Note

string

None.

TenantInfoId

integer

None.

LandLordInfoId

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Id": 1,
  "Reason": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "Note": "sample string 2",
  "TenantInfoId": 1,
  "LandLordInfoId": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.