POST
/
api
/
trace
/
{id}
/
unshare
curl --request POST \
  --url https://app.langwatch.ai/api/trace/{id}/unshare \
  --header 'X-Auth-Token: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-Auth-Token
string
header
required

Path Parameters

id
string
required

ID of trace to unshare

Response

200 - application/json
message
string