Documentation
Preparing search index...
@sdk/asset-core
DeleteAssetMutation
Type Alias DeleteAssetMutation
type
DeleteAssetMutation
=
{
__typename
?:
"Mutation"
;
deleteAssetV2
:
|
{
__typename
:
"AssetErrorOperationNotAllowedOutput"
}
|
{
__typename
:
"AssetErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"AssetErrorResourceNotFoundOutput"
}
|
{
__typename
:
"AssetErrorTooManyRequestsOutput"
}
|
{
__typename
:
"DeleteAssetOutput"
;
success
:
boolean
}
;
}
Index
Properties
__
typename?
delete
Asset
V2
Properties
Optional
__
typename
__typename
?:
"Mutation"
delete
Asset
V2
deleteAssetV2
:
|
{
__typename
:
"AssetErrorOperationNotAllowedOutput"
}
|
{
__typename
:
"AssetErrorResourceAccessDeniedOutput"
}
|
{
__typename
:
"AssetErrorResourceNotFoundOutput"
}
|
{
__typename
:
"AssetErrorTooManyRequestsOutput"
}
|
{
__typename
:
"DeleteAssetOutput"
;
success
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
delete
Asset
V2
Documentation
Loading...