Skip to main content
DELETE
Requires the classify:read scope. Two forms are accepted:
  • By entry idDELETE /classify/blocklist/41 with no query string. A path value that is all digits and has no destination_country query is treated as an entry id; returns 404 if the id doesn’t exist.
  • By code + destinationDELETE /classify/blocklist/4202.92.3131?destination_country=US. When deleting by code, destination_country is required (400 without 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.