Skip to main content
DELETE
Distributor - Remove Item

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

Supplier ID

Example:

"507f1f77bcf86cd799439011"

item_id
string
required

Distributor item entry ID to remove

Example:

"507f1f77bcf86cd799439011"

Response

Item removed from supplier successfully

success
boolean
required

Whether the operation succeeded