# Delete an inventory record variant assignment

Endpoint: DELETE /products/{productID}/variants/{variantID}/inventoryrecords/{inventoryRecordID}/assignments
Version: 1.0.445.36017
Security: OAuth2

## Path parameters:

  - `productID` (string, required)
    ID of the product.

  - `variantID` (string, required)
    ID of the variant.

  - `inventoryRecordID` (string, required)
    ID of the inventory record.

## Query parameters:

  - `buyerID` (string, required)
    ID of the buyer.

  - `userID` (string)
    ID of the user.

  - `userGroupID` (string)
    ID of the user group.

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


## Response 204 fields
