DELETE api/v1.0/Communities/LeaveCommunity?communityKey={communityKey}
Removes the Current Contact from the specified Community.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
communityKey |
Key of the community that the requester selects to leave |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of booleanResponse Formats
application/json, text/json
Sample:
[ true, true ]
application/xml, text/xml
Sample:
<ArrayOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <boolean>true</boolean> <boolean>true</boolean> </ArrayOfboolean>