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

    Interface RemoveLabelFromContent

    interface RemoveLabelFromContent {
        id: string;
        label: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the content that the label will be removed from.

    label: string

    The name of the label to be removed.