@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias SpacesRemoveConnectedAccountParameters

    type SpacesRemoveConnectedAccountParameters = {
        connected_account_id: string;
        space_id: string;
    }
    Index
    connected_account_id: string

    ID of the connected account that you want to remove from the space.

    space_id: string

    ID of the space from which you want to remove the connected account.