DELETE api/order/quote/{QuoteID}

This method deletes the quote including all services related to the quote. However, there are restrictions to deleting quotes. These are:

  • Only quotes can be deleted. A quote can only be in the In Creation state, otherwise it is an order.
  • User must have the required NxTier/WLR3 delete permissions to proceed
Error messages
  • 404/NotFound - No quote record found with id x - No quote with the specified ID exists.
  • 403/Forbidden - Quote record with id x is invalid - Only quotes can be deleted. User may be attempting to delete a order.
  • 403/Forbidden - Delete quote record with id x failed.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
QuoteID The ID of the quote to be deleted. integer

Required

Body Parameters

None.

Response Information

Resource Description

None.