User Management
Cancel an Invitation
Cancel an invitation to join an Account previously created.
delete/1/accounts/{account}/invitations/{invitation}
Path parameters
accountinteger required
Unique identifier of the Account
invitationinteger required
Unique identifier of the User Invitation
Response
OK
Example response
{
"result": "success"
}