---
title: "Delete a campaign call"
method: DELETE
path: "/campaigncalls/{id}"
tags: ["Campaign"]
---

# Delete a campaign call

`DELETE /campaigncalls/{id}`

Deletes an existing campaign call.

## Path parameters

- `id` string, required

## Response `200`

Campaign call deleted successfully

- CampaignManagerCampaigncall
  - `id` string, uuid — The unique identifier of the campaign call.
  - `customer_id` string, uuid — The unique identifier of the customer. Returned from the `GET /customers` response.
  - `campaign_id` string, uuid — The unique identifier of the campaign. Returned from the `POST /campaigns` or `GET /campaigns` response.
  - `outplan_id` string, uuid — The unique identifier of the outbound plan. Returned from the `POST /outplans` or `GET /outplans` response.
  - `outdial_id` string, uuid — The unique identifier of the outbound dial. Returned from the `POST /outdials` or `GET /outdials` response.
  - `outdial_target_id` string, uuid — The unique identifier of the outbound dial target. Returned from the `GET /outdials/{id}/targets` response.
  - `queue_id` string, uuid — The unique identifier of the queue. Returned from the `POST /queues` or `GET /queues` response.
  - `activeflow_id` string, uuid — The unique identifier of the activeflow. Returned from the `GET /activeflows` response.
  - `flow_id` string, uuid — The unique identifier of the flow. Returned from the `POST /flows` or `GET /flows` response.
  - `reference_type` 'none' | 'call' | 'flow' — Type of reference for the campaign call.
  - `reference_id` string, uuid — The unique identifier of the referenced resource. The actual resource type is determined by reference_type. Returned from the corresponding resource endpoint.
  - `status` 'dialing' | 'progressing' | 'done' — Status of the campaign call.
  - `result` '' | 'success' | 'fail' — Result of the campaign call attempt.
  - `source` CommonAddress — Contains source or destination detail info.
    - `type` '' | 'agent' | 'conference' | 'email' | 'extension' | 'line' | 'sip' | 'tel' | 'web_session' — Type of address.
    - `target` string — The address endpoint. Format depends on type: phone number for tel (e.g. +14155551234), UUID for agent/conference/extension, email for email, SIP URI for sip.
    - `target_name` string — Address's name.
    - `name` string — Optional label for this address.
    - `detail` string — Additional notes about this address.
  - `destination` CommonAddress — Contains source or destination detail info.
    - `type` '' | 'agent' | 'conference' | 'email' | 'extension' | 'line' | 'sip' | 'tel' | 'web_session' — Type of address.
    - `target` string — The address endpoint. Format depends on type: phone number for tel (e.g. +14155551234), UUID for agent/conference/extension, email for email, SIP URI for sip.
    - `target_name` string — Address's name.
    - `name` string — Optional label for this address.
    - `detail` string — Additional notes about this address.
  - `destination_index` integer — Index of the current destination being dialed.
  - `try_count` integer — Number of dialing attempts made.
  - `tm_create` string, date-time — Timestamp when the campaign call was created.
  - `tm_update` string, date-time — Timestamp when the campaign call was last updated.
  - `tm_delete` string, date-time — Timestamp when the campaign call was deleted.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).

---

[API](https://skmtc.net/voipbin/apis/voipbin-api.md) · [All operations](https://skmtc.net/voipbin/apis/voipbin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voipbin/voipbin-api/versions/79e779080bcc/schema)
