MCP

followup/delete_by_id

Tool: delete

Delete a followup email.

Soft-deletes the followup and clears related caches. The delete cannot be undone.

Arguments

name type req notes
id integer Followup ID — the object's followupId (int64)

Response

200 — Deleted; no body.

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

Invoke

Call delete with name: "followup/delete_by_id".