Sanity Library Reference Docs
    Preparing search index...

    Interface UnscheduleReleaseAction

    Unschedules a scheduled release, stopping it from being published.

    interface UnscheduleReleaseAction {
        actionType: "sanity.action.release.unschedule";
        releaseId: string;
    }
    Index

    Properties

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