Create new POST /v1/invitations/cancel endpoint for canceling the invitation
Parameters:
code - string (invitation code)
Returns nothing if successfully cancelled
Exceptions
NotFoundException - if user is not invitation sender or code is wrong (no separation to avoid mining for codes)
Create new
POST /v1/invitations/cancelendpoint for canceling the invitationParameters:
code-string(invitation code)Returns nothing if successfully cancelled
Exceptions
NotFoundException- if user is not invitation sender or code is wrong (no separation to avoid mining for codes)