@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface RevokeDeveloperKeyResponse

    Response from DELETE /api/developers/keys/:id.

    interface RevokeDeveloperKeyResponse {
        key: {
            id: string;
            key_prefix: string;
            name: string;
            revoked_at: string;
            status: string;
        };
        message: string;
    }
    Index

    Properties

    Properties

    key: {
        id: string;
        key_prefix: string;
        name: string;
        revoked_at: string;
        status: string;
    }
    message: string