Skip to main content
DELETE
Delete Inventory by External IDs

Authorizations

X-Authorization
string
header
required

API Scope: "Inventory (write)"

Path Parameters

variantExternalId
string
required

The identifier provided as the external_id for this variant.

Maximum string length: 64
Example:

"4006381333931"

locationExternalId
string
required

The identifier provided as the external_id for this location.

Maximum string length: 64
Example:

"main-warehouse"

Response

Success

variant_external_id
string
required

The identifier provided as the external_id for this variant.

Example:

"4006381333931"

location_external_id
string
required

The identifier provided as the external_id for this location.

Example:

"main-warehouse"

product_variant_id
integer<int64>
required

The unique identifier for the product variant, created by Loop.

Example:

674353902539857400

location_id
integer<int64>
required

The unique identifier for the location, created by Loop.

Example:

631923350119788400

success
boolean
required

Whether the inventory was successfully deleted.

Example:

true