MCP

campaign/delete_by_id_prospects_by_prospectId

Tool: delete

Remove a prospect from a campaign.

Unenrols the prospect from this campaign only — the prospect record itself is not deleted. Returns 204 on success.

Arguments

name type req notes
id integer Campaign ID — the object's campaignId
prospectId integer Prospect ID (int64)

Response

204 — Prospect removed; no body.

Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors.

Invoke

Call delete with name: "campaign/delete_by_id_prospects_by_prospectId".