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

    Interface DeleteContent

    interface DeleteContent {
        id: string;
        status?: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the content to be deleted.

    status?: string

    Set this to trashed, if the content's status is trashed and you want to purge it.