POST
/v1/private/traces/threads/deleteDelete trace threadsDelete trace threads
Request body
application/json
objectDeleteTraceThreads
project_idstring · uuidIf null, project_name must be provided
project_namestringIf null, project_id must be provided
thread_idsarray of stringrequiredShow child attributes
{
"project_id": "00000000-0000-0000-0000-000000000000",
"project_name": "string",
"thread_ids": [
"string"
]
}