Sanity Library Reference Docs
    Preparing search index...

    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

    actionType: "sanity.action.release.delete"
    releaseId: string