Sanity Library Reference Docs
Preparing search index...
@sanity/client
DeleteReleaseAction
Interface DeleteReleaseAction
Deletes a
archived
or
published
release, and all the release documents versions.
interface
DeleteReleaseAction
{
actionType
:
"sanity.action.release.delete"
;
releaseId
:
string
;
}
Index
Properties
action
Type
release
Id
Properties
action
Type
actionType
:
"sanity.action.release.delete"
release
Id
releaseId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Type
release
Id
Sanity Library Reference Docs
Loading...
Deletes a
archived
orpublished
release, and all the release documents versions.