Delete Pricing Object by ID

delete

/pdc/pricing/{id}

Deletes the pricing object that matches the specified ID.

Request

Path Parameters
Query Parameters
  • The type of pricing object: ALTERATION_RATE_PLAN, CHARGE_RATE_PLAN, DISTRIBUTION_RATE_PLAN, ROLLOVER_RATE_PLAN, ATTRIBUTE_ANALYZER_MODEL, ALTERATION_RATE_PLAN_SELECTOR, CHARGE_RATE_PLAN_SELECTOR, PRICE_MODEL_SELECTOR, TIME_MODEL, TRIGGER_SPEC, CHARGE_SELECTOR_SPEC, CHARGE_OFFERING, ALTERATION_OFFERING, DISTRIBUTION_OFFERING, PRICE_MODEL, PACKAGE_OBJ, PACKAGE_LIST, ALTERATION_EXCLUSION, PACKAGE_EXCLUSION, PACKAGE_TRANSITION, BUNDLE_TRANSITION, BEST_PRICING, BUNDLED_PRODUCT_OFFERING, BUNDLE_DEPENDENCY, GENERIC_SELECTOR, TAX_SELECTOR, TAX_EXEMPTION_SELECTOR, APN_MAP, USC_MAP, SUBSCRIPTION_TERMS, or SUBSCRIPTION_TERMS_AUTO_RENEW.

There's no request body for this operation.

Back to Top

Response

204 Response

The pricing object was deleted successfully.

404 Response

The pricing object couldn't be found.

500 Response

An internal server error occurred.
Back to Top

Examples

This example shows how to delete a RUM by submitting a DELETE request on the REST resource using cURL. For more information about cURL, see "Use cURL".

curl -X DELETE "http://hostname:port/pdc/pricing/CRP1-GenSell?type=RUM_CONFIGURATION"

Example of the Response Body

If successful, the response code 204 is returned with no response body.

Back to Top