---
title: "Delete Targets"
method: DELETE
path: "/api/v1/campaigns/{campaign_id}/targets"
tags: ["Campaigns"]
---

# Delete Targets

`DELETE /api/v1/campaigns/{campaign_id}/targets`

Delete targets from a campaign

## Path parameters

- `campaign_id` string, required — The ID of the campaign to delete targets from.

## Request body

- DeleteTargetsRequest
  - `target_ids` string[], required — The IDs of the targets to delete

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getprosperapp/apis/prosper-voice.md) · [All operations](https://skmtc.net/getprosperapp/apis/prosper-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprosperapp/prosper-voice/revisions/93bd5b9524ee/schema)
