Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface DeleteUserGrantByUserIdRequestParameters

    {
    * user_id: "user_id"
    * }
    interface DeleteUserGrantByUserIdRequestParameters {
        user_id: string;
    }
    Index

    Properties

    Properties

    user_id: string

    user_id of the grant to delete.