Deletes the share token for the trace identified by trace_id and session_id.
func (
r *RunShareService) Delete(ctx context.Context,
traceID string,
body RunShareDeleteParams,
opts ...option.RequestOption) (err error
)Deletes the share token for the trace identified by trace_id and session_id. Idempotent: returns 204 whether or not a share token existed.
Self-hosted deployments require LangSmith v0.16 or later.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
traceID* | string | |
body* | RunShareDeleteParams | |
opts* | ...option.RequestOption |