Delete plan
DELETEhttps://euwest.api.elasticpath.com/v2/subscriptions/plans/:plan_uuid
You must not delete a plan if it is associated with an offering as this invalidates the offering. You must detach a plan from an offering before deleting it.
Request
Path Parameters
plan_uuid UUIDrequired
The unique identifier of the plan.
Responses
- 204
Success. The subscription plan is removed.
Authorization: http
name: BearerTokentype: httpscheme: bearer
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://euwest.api.elasticpath.com/v2/subscriptions/plans/:plan_uuid' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear