Skip to main content

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

Purchase deleted successfully

Loading...