MCP

list/delete_by_id_prospects_by_prospectId

Tool: delete

Remove a prospect from a mailing list.

Unlinks the prospect from the list without deleting the prospect record. Returns an {ok:true} acknowledgement.

Arguments

name type req notes
id integer List ID — the object's listId
prospectId integer int64 — Prospect ID to remove

Response

200 — {ok:true} acknowledgement (upstream: 204 No Content).

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

Invoke

Call delete with name: "list/delete_by_id_prospects_by_prospectId".