Skip to main content
DELETE
Python

Authorizations

X-Auth-Token
string
header
required

Project API key for sending traces and accessing project-scoped resources. Format: sk-lw-... (no underscore). Obtain one by creating a project via the Admin API or the LangWatch UI.

Path Parameters

id
string
required

The run plan id.

Minimum string length: 1

Response

200 - application/json

Success

id
string
required

The run plan that was archived.

archived
boolean
required

Always true once the plan is archived.

Last modified on August 28, 2026