cURL
curl --request DELETE \ --url https://api.example.com/api/v1/campaigns/{campaign_id}/targets \ --header 'Content-Type: application/json' \ --data ' { "target_ids": [ "<string>" ] } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Delete targets from a campaign
The ID of the campaign to delete targets from.
The IDs of the targets to delete
["1234-abcd-1234", "5678-efgh-5678"]
Successful Response