Mayson Monorepo Documentation
    Preparing search index...

    Interface OAuthDeauthorizeParams

    interface OAuthDeauthorizeParams {
        client_id: string;
        stripe_user_id: string;
    }
    Index

    Properties

    client_id: string

    The client_id of the application that you'd like to disconnect the account from. The account must be connected to this application.

    stripe_user_id: string

    The account you'd like to disconnect from.