latestOpenAPI 3.1.02026-08-159731,1391.8 MB
f46341a025cb
trace
Delete Sessions
Delete all session records that match the provided filters.
post/projects/{project_id}/sessions/delete
Path parameters
project_idstring uuid4 required
Request body
Example request
{
"filters": [
{
"case_sensitive": true,
"name": "input",
"operator": "eq",
"type": "text",
"value": "example input"
}
],
"log_stream_id": "74aec44e-ec21-4c9f-a3e2-b2ab2b81b4db"
}Response
Successful Response