DELETE api/v2.0/Communities/RejectInvitation?communityInvitationKey={communityInvitationKey}

Reject an Invite to a Community.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
communityInvitationKey

Guid value for the Community Invitation to Reject.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Boolean indicating success or failure of the Invitation Rejection.

Collection of boolean

Response 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>