Delete Customs Product

This operation deletes the Customs Product by its unique description.

SecuritybearerAuth
Request
path Parameters
customsProductId
required
string

Unique customs product identifier. This value is defined when the customs product is created and cannot be changed.

Responses
200

The specified customs product has been deleted successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

delete/api/v1/customsproduct/{customsProductId}
Request samples
Response samples
application/json
{
  • "errors": [
    ]
}