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

# Archive a call script

> Archives the script — a soft delete, never a hard one. The script drops out of the default list but stays readable by id (and via `include_archived=true`), and campaigns already pointing at it keep working. Restore it with `PATCH {"is_archived": false}`. Archiving an already-archived script succeeds.

<Warning>The Dialer is a newly released product surface: depending on your account's rollout stage, campaigns managed through this API may not yet be visible in your CloudTalk Dashboard.</Warning>


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://developers.cloudtalk.io/llms.txt).


## Related topics

- [Update a call script](/api-reference/dialer/update-a-call-script.md)
- [Create a call script](/api-reference/dialer/create-a-call-script.md)
- [List call scripts](/api-reference/dialer/list-call-scripts.md)
