> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Pathway Version

> Marks a specific version of a pathway as archived, effectively deleting it from active use.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Path Parameters

<ParamField path="pathway_id" type="string" required>
  The ID of the pathway containing the version to be deleted.
</ParamField>

<ParamField path="version_id" type="string" required>
  The ID of the version to be deleted.
</ParamField>

### Response

<ResponseField name="status" type="string">
  The status of the operation (e.g., "success").
</ResponseField>

<ResponseField name="message" type="string">
  A message describing the result of the operation.
</ResponseField>

<ResponseExample>
  ```json Response theme={null}
  {
    "status": "success",
    "message": "Version deleted successfully"
  }
  ```
</ResponseExample>

***

Docs for agents: [llms.txt](/llms.txt)
