Skip to main content

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

Product has been successfully deleted.

Loading...