DELETE v1/core/accounts/{accId}/accessgroups/{accgrpId}/members/{accgrpmbrId}

Remove a member from the group

Request Information

Parameters

NameDescriptionAdditional information
accId
the account id

Define this parameter in the request URI.

accgrpId
the access group id

Define this parameter in the request URI.

accgrpmbrId
the access group member id

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {
    "ID": 1,
    "AccessGroupID": 2,
    "UserID": 3
  },
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3",
  "Meta": "sample string 4"
}

text/javascript

Sample:
{"Success":true,"Data":{"ID":1,"AccessGroupID":2,"UserID":3},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}

application/xml, text/xml

Sample:
<PBNBReturnOfAccessGroupMemberCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <Data>
    <AccessGroupID>2</AccessGroupID>
    <ID>1</ID>
    <UserID>3</UserID>
  </Data>
  <ErrorCode>2</ErrorCode>
  <ErrorDescription>sample string 3</ErrorDescription>
  <Meta>sample string 4</Meta>
  <Success>true</Success>
</PBNBReturnOfAccessGroupMemberCA1DLPoZ>

application/bson

Sample:
�SuccessData,IDAccessGroupIDUserIDErrorCodeErrorDescriptionsample string 3Metasample string 4