@akamai/openapi-ts
Preparing search index...
types.gen
DeleteStackScriptData
Type Alias DeleteStackScriptData
type
DeleteStackScriptData
=
{
body
?:
never
;
path
:
{
stackscriptId
:
string
}
;
query
?:
never
;
url
:
"linode/stackscripts/{stackscriptId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
stackscriptId
:
string
}
Type Declaration
stackscriptId
:
string
The ID of the StackScript to look up.
Optional
query
query
?:
never
url
url
:
"linode/stackscripts/{stackscriptId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The ID of the StackScript to look up.