POSThttp://localhost:5173/api/v1/private/traces/threads/delete
Body Parameters
View in API Reference
Request
$curl -X POST http://localhost:5173/api/v1/private/traces/threads/delete \
> -H "Content-Type: application/json" \
> -d '{
> "thread_ids": [
> "thread_ids"
> ]
>}'
Response