Delete a purchase by ID for a User
DELETE/organizations/:organizationId/projects/:projectId/platforms/android/users/:userId/purchases/:purchaseId
Delete a purchase by ID for a User
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
userId stringrequired
purchaseId stringrequired
Responses
- 200
Purchase deleted successfully
Loading...