Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Enter your Kubiya API token (format: Bearer )
Successful Response
Delete trace response
Was this page helpful?