Reject an invitation
Invitation
Reject an invitation
Rejects a pending invitation. This will change the invitation status to “rejected”.
POST
Reject an invitation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the invitation (MongoDB ObjectId)
Required string length:
24Pattern:
^[a-f0-9]{24}$Response
Reject invitation response
Whether the invitation was successfully rejected
Example:
true