Sanity Library Reference Docs
Preparing search index...
@sanity/migrate
DeleteMutation
Type Alias DeleteMutation
Represents a mutation that can delete a document in the Sanity Content Lake.
type
DeleteMutation
=
{
id
:
string
;
type
:
"delete"
;
}
Index
Properties
id
type
Properties
id
id
:
string
type
type
:
"delete"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
type
Sanity Library Reference Docs
Loading...
Represents a mutation that can delete a document in the Sanity Content Lake.