---
title: "Assign or remove a call script"
method: PUT
path: "/campaigns/call/{campaignscalllistuuid}/script"
tags: ["campaigns"]
---

# Assign or remove a call script

`PUT /campaigns/call/{campaignscalllistuuid}/script`

Assigns a call script to a campaign or removes the current script. A script is a predefined call guide displayed to agents during campaign calls. To assign a script, provide the `script_uuid` in the request body. To remove the current script, send an empty body or omit the `script_uuid` field. Only one script can be assigned to a campaign at a time.

**Permission:** No specific permission required. A valid API key is sufficient.

## Path parameters

- `campaignscalllistuuid` string, uuid, required

## Request body

- object
  - `script_uuid` string

## Response `200`

Script linked / unlinked

## Other responses

- `400` — Invalid ID supplied
- `401` — Token unauthorized
- `404` — Group not found
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
