blacklist/delete_emails_by_id
Tool: delete
Remove a blacklisted email entry by its blockId.
Use blacklist/get_emails to look up the integer blockId for an email before calling this.
Idempotent: deletes are idempotent — a 404 means this blacklist entry is already gone (including because an earlier call already removed it). Treat it as the desired end state, not a failure.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | the object's blockId (int64) of the email entry to remove |
Response
200/204 — No body returned on success.
Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call delete with name: "blacklist/delete_emails_by_id".