Cancel an invitation
Invitation
Cancel an invitation
Cancels an existing invitation.
DELETE
Cancel 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
Cancel invitation response
Whether the invitation was successfully canceled
Example:
true