Archives a Forward template so that it is excluded from the active template list.
HTTP 200 OK
Returns the archived template object with the
Request headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT> |
Idempotency-Key | No | An optional idempotency key for requests that have side effects. |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
template_id | string | Yes | Forward Template ID. |
Example request
Example response
HTTP 200 OK
Response fields
Returns the archived template object with the status field set to archived.
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | The PAT is invalid or has expired. |
| 404 | not_found_error | The specified template does not exist or is not accessible to the caller. |
| 409 | conflict_error | The current template state does not allow archiving. |
Notes
- Archived templates are excluded from the active list by default.
- Archiving does not delete historical sessions or configuration data.