bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iDeleteDeveloperAppPayload

    interface iDeleteDeveloperAppPayload {
        clientId: string;
        clientSecret?: string;
    }
    Index

    Properties

    clientId: string

    The client ID of the app to delete.

    clientSecret?: string

    The client secret of the app to delete. This is only needed for temporary developer apps (not linked to a user). For non-temporary developer apps, the client secret is not needed, but you must be signed in and the owner of the app.