MCP

sender/delete_by_id

Tool: delete

Permanently delete a sender account.

Removes the sender from the organization and from any warmup campaigns it participates in. Returns no body on success (204 or empty 200).

Arguments

name type req notes
id integer Sender ID — the object's senderId (int64)

Response

204 — Deleted (no body). Wrapper returns {ok: true} ack.

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

Invoke

Call delete with name: "sender/delete_by_id".