Skip to main content

Delete a subscription by ID for a User within a Project

DELETE 

/v1/organizations/:organizationId/projects/:projectId/platforms/android/subscriptions/:subscriptionId

Delete a subscription by ID for a User within a Project

Request

Path Parameters

    organizationId stringrequired

    ID of the organization

    projectId stringrequired

    ID of the project

    subscriptionId stringrequired

    ID of the subscription

Responses

The subscription has been successfully deleted.

Loading...