def collaborator_invite_delete(self, sso_session_id, invite_key):
        """Delete a collaboration invite."""
        return self.delete(
            url=url_collaborator_invite_detail.format(invite_key=invite_key),
            authenticator=self.authenticator(sso_session_id),