# Delete Pricing Draft Delete Pricing Draft Endpoint: DELETE /rest/2.0/delete/PRICING_DRAFT Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.Id` (string, required) ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.BlockSize` (string) BlockSize - `retrieveResponse.BlockIterations` (string) BlockIterations: ITERATIONS - `retrieveResponse.Id` (string) Id: Primary key - `retrieveResponse.ExternalKey` (string) ExternalKey - `retrieveResponse.CurrencyCode` (integer) CurrencyCode - `retrieveResponse.UpdatedUserId` (integer) System controlled field: Id of the last user that updated the record - `retrieveResponse.CreatedUserId` (integer) System controlled field: Id of the user that created the record - `retrieveResponse.ProductId` (integer) ProductId - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.PackageProductId` (integer) PackageProductId - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.EffectiveDate` (string) EffectiveDate - `retrieveResponse.RateSource` (string) RateSource - `retrieveResponse.IgnoreQuoteRules` (integer) IgnoreQuoteRules - `retrieveResponse.MinCharge` (string) MinCharge - `retrieveResponse.QuoteCalcRate` (string) QuoteCalcRate: Calculated Rate - `retrieveResponse.QuoteProductPeriodDraftId` (integer) QuoteProductPeriodDraftId: Quote Product Period Id - `retrieveResponse.EndDate` (string) EndDate - `retrieveResponse.LowerBand` (string) LowerBand - `retrieveResponse.RateOrder` (string) RateOrder - `retrieveResponse.ContractRateId` (integer) ContractRateId - `retrieveResponse.QuoteRate` (string) QuoteRate: Source Rate - `retrieveResponse.QuoteProductDraftId` (integer) QuoteProductDraftId: QuoteProductId - `retrieveResponse.Rate` (string) Rate - `retrieveResponse.UpperBand` (string) UpperBand ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error