Skip to main content

DeleteWorkspaceInvitationArgs

type DeleteWorkspaceInvitationArgs = {
userEmail: string;
workspaceId: number;
};

Arguments for deleting a workspace invitation.

Properties

userEmail

userEmail: string;

The email address of the invitation to delete.


workspaceId

workspaceId: number;

The workspace ID.