Delete an offer by ID
DELETE/v1/organizations/:organizationId/projects/:projectId/platforms/android/subscriptions/:productId/base-plans/:basePlanId/offers/:offerId
Delete an offer by ID
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
productId stringrequired
basePlanId stringrequired
offerId stringrequired
Responses
- 200
- 404
Offer successfully deleted.
Offer not found.
Loading...