Remove SLA Tracker Metric

Removes a metric from the given object's SLA.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
metricstringRequiredformat: "id"
ID of the metric that is to be removed. If the metric has already been removed, there will be no effect.
objectstringRequiredformat: "id"
ID of the object from which the metric is to be removed.

Response

Success.
sla_trackerobject

Errors