Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface DeleteContentVersion

    interface DeleteContentVersion {
        id: string;
        versionNumber: number;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the content that the version will be deleted from.

    versionNumber: number

    The number of the version to be deleted. The version number starts from 1 up to current version.