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

    Interface MergeContactRequestData

    interface MergeContactRequestData {
        destination_id: string;
        mergeContactRequestBody: MergeContactRequest;
    }
    Index

    Properties

    destination_id: string

    The unique ID of the contact that should be kept when merging two contacts.

    mergeContactRequestBody: MergeContactRequest

    The contact to be removed.