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

    Interface RemoveLabelWatcher

    interface RemoveLabelWatcher {
        accountId: string;
        key?: string;
        labelName: string;
        username?: string;
    }
    Index

    Properties

    accountId: string

    The accountId of the user to be removed as a watcher. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192.

    key?: string

    This parameter is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.

    labelName: string

    The name of the label to remove the watcher from.

    username?: string

    This parameter is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.