Deletes the share token for the trace identified by trace_id and session_id. Idempotent: returns 204 whether or not a share token existed.
delete(
traceID: string,
body: ShareDeleteParams,
options: RequestOptions
): APIPromise<void>| Name | Type | Description |
|---|---|---|
traceID* | string | |
body* | ShareDeleteParams | |
options | RequestOptions |
await client.runs.share.delete(
'182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
);