Delete a product by ID for a User within a Project
DELETE/v1/organizations/:organizationId/projects/:projectId/platforms/android/products/:productId
Delete a product by ID for a User within a Project
Request
Path Parameters
organizationId stringrequired
ID of the organization
projectId stringrequired
ID of the project
productId stringrequired
ID of the product
Responses
- 200
- 400
Product has been successfully deleted.
Bad Request
Loading...