v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1430332272.3 KB

Deletes the specified instrumentation configuration. SDKs remove the instrumentation during their next sync after the configuration is deleted or expires.

post/delete-instrumentation-configuration

Request body

InstrumentationType'BREAKPOINT' | 'PROBE' required

Type of instrumentation configuration

Servicestring required

Service name for the instrumentation configuration.

Environmentstring required

Environment name for the instrumentation configuration.

SignalType'SNAPSHOT' required
<p>The telemetry signal type for instrumentation.</p> <ul> <li> <p> <code>SNAPSHOT</code> - Captures a snapshot of the instrumentation point.</p> </li> </ul>

Response

Success

DeletionStatus'DELETED' required

The result of the delete request. The value is <code>DELETED</code> when the configuration has been removed.