Cancel an open invitation.
DELETE /alfresco/service/api/sites/{shortname}/invitations/{invitationId}
Canceling an invitation immediatly stops the invitation. This is different to rejecting an invitation, which will result in the invitation workflow continuing to a normal but rejected conclusion. In particular, the approver or invitee are not notified if an invitation is canceled.
Only a site manager may cancel an nominated invitation.
A site manager or the invitee may cancel a moderated invitation.
Returns 200, STATUS_OK on success.
The web script description document specifies the following
options:
Value | Description |
---|---|
json | The default response format |
user | The authentication access |
required | The transaction level |
any | The format style |