blacklist/delete_domains_by_id
Tool: delete
Remove a blacklisted domain entry by its blockId.
Use blacklist/get_domains to look up the integer blockId for a domain 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 domain 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_domains_by_id".