@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface DeleteGroupInput

    Properties required to delete an existing group.

    DeleteGroupInput

    interface DeleteGroupInput {
        groupId: GroupId;
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    groupId: GroupId

    Identifier of the group to delete.

    handleId: HandleId

    Identifier of the handle owned by this client.