@nexartis/nexartis-nanda-node-sdk - v1.2.1
Preparing search index...
RevokeDeveloperKeyResponse
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
key
message
Properties
key
key
:
{
id
:
string
;
key_prefix
:
string
;
name
:
string
;
revoked_at
:
string
;
status
:
string
;
}
message
message
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
message
@nexartis/nexartis-nanda-node-sdk - v1.2.1
Loading...
Response from DELETE /api/developers/keys/:id.