Start typing to search.

API Reference

Delete run logs

View Markdown
DELETE /api/runs/{id}/logs

Delete run logs

Operation IDdeleteRunLogs

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Success response body

204Logs deleted

Logs deleted

No response content schema is documented.

Error responses

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}