Interface iDeleteApiKeyPayload

interface iDeleteApiKeyPayload {
    _docId?: string;
    key?: string;
}

Properties

Properties

_docId?: string

The doc ID to delete

key?: string

The API key to delete

MMNEPVFCICPMFPCPTTAAATR