Remove HSCode from Favorites
Remove specific HSCode from favorite
/hs-codes/favorites/:hs_code_id
DELETE https://api.terminal.africa/v1/hs-codes/favorites/:hscode_id
This endpoint allows you to remove a saved favorite hscodes
Headers
Name
Type
Description
Authorization*
String
Set value to Bearer SECRET_KEY
Path Parameters
Name
Type
Description
hs_code_id*
String
Unique hs_code_id for favorites.
{
"status": true,
"message": "Favorite HS code removed successfully",
"data": null
}Last updated
Was this helpful?