latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
LinkLabel
Clear all operator-tunable overrides on a Link Label
Clear every label-level operator-tunable override in one call, restoring the label's resolved tunables to the static defaults (per-Agent overrides on individual LinkAgent records still layer on top). The resolved operator_tunables view is recomputed on the response. To clear a single override instead, PATCH that field to null via PATCH /link/{workspace_id}/label/{label}. Idempotent — clearing when no label-level overrides are set is a no-op success.
delete/link/{workspace_id}/label/{label}/operator-tunables-overrides
Path parameters
workspace_idstring required
The id of the workspace
labelstring required
The label whose operator-tunable overrides should be cleared
Headers
If-Matchstring
Conditional clear — succeeds only if the label's current ETag matches.
Response
The updated Link Label (with the resolved operator_tunables view recomputed).