Classify
Unblock a code
Remove an entry from your blocklist by id or by code.
DELETE
Requires the
classify:read scope.
Two forms are accepted:
- By entry id —
DELETE /classify/blocklist/41with no query string. A path value that is all digits and has nodestination_countryquery is treated as an entry id; returns404if the id doesn’t exist. - By code + destination —
DELETE /classify/blocklist/4202.92.3131?destination_country=US. When deleting by code,destination_countryis required (400without it).
string
required
A blocklist entry id, or the blocked HS code (dots allowed).
string
ISO alpha-2 destination (or
GLOBAL). Required for the code form;
omit for the id form.