@akamai/openapi-ts
Preparing search index...
types.gen
DeleteImageData
Type Alias DeleteImageData
type
DeleteImageData
=
{
body
?:
never
;
path
:
{
imageId
:
string
}
;
query
?:
never
;
url
:
"images/{imageId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
imageId
:
string
}
Type Declaration
imageId
:
string
The unique identifier assigned to the image after creation.
Optional
query
query
?:
never
url
url
:
"images/{imageId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The unique identifier assigned to the image after creation.