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

    Type Alias AcsUsersDeleteParameters

    type AcsUsersDeleteParameters = {
        acs_system_id?: string;
        acs_user_id?: string;
        user_identity_id?: string;
    }
    Index
    acs_system_id?: string

    ID of the access system that you want to delete. You must provide acs_system_id with user_identity_id.

    acs_user_id?: string

    ID of the access system user that you want to delete. You must provide either acs_user_id or user_identity_id

    user_identity_id?: string

    ID of the user identity that you want to delete. You must provide either acs_user_id or user_identity_id. If you provide user_identity_id, you must also provide acs_system_id.