interface RemoveContentState {
    contentId?: string;
    id?: string;
    status?: string;
}

Properties

contentId?: string

Deprecated

The Id of the content whose content state is to be set.

id?: string

The Id of the content whose content state is to be set.

status?: string

Status of content state from which to delete state. Can be draft or archived

Generated using TypeDoc v0.25.12