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

    Interface DeleteIpRangeFromAccessControlListRequestData

    interface DeleteIpRangeFromAccessControlListRequestData {
        accessControlListId: string;
        ipRangeId: string;
    }
    Index

    Properties

    accessControlListId: string

    The ID of the access control list entry that you want to update.

    ipRangeId: string

    The ID of the IP range that you want to update.