Skip to main content

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

Offer successfully deleted.

Loading...