# Delete a price schedule price break

Endpoint: DELETE /priceschedules/{priceScheduleID}/PriceBreaks
Version: 1.0.445.36017
Security: OAuth2

## Path parameters:

  - `priceScheduleID` (string, required)
    ID of the price schedule.

## Query parameters:

  - `quantity` (integer, required)
    Quantity of the price schedule.

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