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

    Interface DeleteLabelFromSpace

    interface DeleteLabelFromSpace {
        name: string;
        prefix?: string;
        spaceKey: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the label to remove

    prefix?: string

    The prefix of the label to remove. If not provided defaults to global.

    spaceKey: string

    The key of the space to remove a labels from.