Skip to main content
DELETE
Cancel an invitation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

invitationId
string
required

ID of the invitation (MongoDB ObjectId)

Required string length: 24
Pattern: ^[a-f0-9]{24}$

Response

Cancel invitation response

success
boolean

Whether the invitation was successfully canceled

Example:

true