@akamai/openapi-ts
Preparing search index...
types.gen
DeleteClientData
Type Alias DeleteClientData
type
DeleteClientData
=
{
body
?:
never
;
path
:
{
clientId
:
string
}
;
query
?:
never
;
url
:
"account/oauth-clients/{clientId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
clientId
:
string
}
Type Declaration
clientId
:
string
The OAuth Client ID to look up.
Optional
query
query
?:
never
url
url
:
"account/oauth-clients/{clientId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The OAuth Client ID to look up.