Delete a phase by ID
DELETE/organizations/:organizationId/projects/:projectId/platforms/android/subscriptions/:productId/base-plans/:basePlanId/offers/:offerId/phases/:phaseId
Delete a phase by ID
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
productId stringrequired
basePlanId stringrequired
offerId stringrequired
phaseId stringrequired
Responses
- 200
- 404
Successfully deleted phase.
Phase not found or error occurred while deleting phase.
Loading...