REJECT INVITATION

Syntax

REJECT INVITATION invitation_id;

Description

This command rejects an invitation to join an Organization.

You can list any pending invitations with LIST MY INVITATIONS.

Arguments

invitation_id

Specifies the id of the invitation to reject.

Examples

<no-organization># LIST MY INVITATIONS;
             Invitation ID             | Org name |                            Org ID    | State   
---------------------------------------+----------+--------------------------------------+----------
  e74f0c3b-4831-4b37-8122-320e25eb9b3e | myorg    | 1de25325-5b99-474e-9640-1fe9dd3dc71b | PENDING 
<no-organization># REJECT INVITATION e74f0c3b-4831-4b37-8122-320e25eb9b3e;

Last updated