# Delete a catalog product assignment

Endpoint: DELETE /catalogs/{catalogID}/productassignments/{productID}
Version: 1.0.457.36910
Security: OAuth2

## Path parameters:

  - `catalogID` (string, required)
    ID of the catalog.

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

## 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
