Request parameters for revokeKey operation in ApiKeyApi.

ApiKeyApiRevokeKeyRequest

interface ApiKeyApiRevokeKeyRequest {
    key: string;
}

Properties

Properties

key: string

The access token to delete.

ApiKeyApiRevokeKey