Skip to main content

Example

galtea.specifications.unlink_metrics(
    specification_id=specification.id,
    metric_ids=[metric_id],
)

Parameters

specification_id
string
required
The ID of the specification to unlink metrics from.
metric_ids
list[string]
required
List of metric IDs to unlink from the specification.