Delete Product

Remove a product from the system. With this endpoint, you can permanently delete a specified product from the database, which also ensures that it is no longer available to be used in your shipment requests.

Path Params
string
required

A unique Stock Keeping Unit (SKU) code assigned to the product by you. This code is essential for tracking inventory, helping users identify specific products easily.

Responses
200

The product has been successfully deleted.

401

Unauthorized

403

Forbidden

404

The product does not exist.

500

Internal Server Error

Language
Credentials
OAuth2
LoadingLoading…