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

    Interface RemoveLabelFromContentUsingQueryParameter

    interface RemoveLabelFromContentUsingQueryParameter {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

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

    name: string

    The name of the label to be removed.