Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface DeleteOrganizationClientsRequestContent

    {
    * clients: ["clients"]
    * }
    interface DeleteOrganizationClientsRequestContent {
        clients: string[];
    }
    Index
    clients: string[]

    List of client IDs to disassociate from the organization.