Delete offering
DELETE/subscriptions/offerings/:offering_uuid
When a subscription is created, it creates a snapshot of the offering. This means you can delete an offering without affecting any active subscriptions.
Request
Responses
- 204
- 400
- 403
- 404
- 500
Success. The subscription offering is removed.
Bad request. The request failed validation.
Forbidden. The operation is forbidden on this entity.
Not found. The requested entity does not exist.
Internal server error. There was a system failure in the platform.