interface DeleteBucketsIDLabelsIDRequest {
    bucketID: string;
    labelID: string;
}

Properties

Properties

bucketID: string

The bucket ID.

labelID: string

The ID of the label to delete.

MMNEPVFCICPMFPCPTTAAATR