curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/traces/{trace_id} \
--header 'Authorization: Bearer <token>'{
"trace_id": "<string>",
"deleted": true,
"message": "<string>"
}Delete a trace and all its spans
curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/traces/{trace_id} \
--header 'Authorization: Bearer <token>'{
"trace_id": "<string>",
"deleted": true,
"message": "<string>"
}Was this page helpful?