Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface RemoveKeyword

    Keyword to be sent in MO to remove MSISDN to a group

    interface RemoveKeyword {
        first_word: string;
        second_word?: string;
    }
    Index

    Properties

    first_word: string

    Opt-out keyword like "LEAVE" if auto_update.to is dedicated long/short number or unique brand keyword like "Sinch" if it is a shared short code.

    second_word?: string

    Opt-out keyword like "LEAVE" if auto_update.to is shared short code.