# Delete a POS device

This endpoint deletes a specific point of sale device.

Endpoint: DELETE /point-of-sales/{site}/{merchantPointOfSaleId}
Version: 1.0.0

## Path parameters:

  - `site` (string, required)
    The ID of the site where the point of sale is located.

  - `merchantPointOfSaleId` (string, required)
    The unique merchant identifier for the point of sale device.

