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

    Interface DeleteEmailRequestData

    interface DeleteEmailRequestData {
        email: string;
        serviceId: string;
    }
    Index

    Properties

    Properties

    email: string

    The email you want to delete.

    serviceId: string

    The serviceId containing the email you want to work with.