After a `POST /v1/receipts` how can I either
- remove that purchase
- or transfer it to another user
via API. I didn’t find a corresponding endpoint.
After a `POST /v1/receipts` how can I either
via API. I didn’t find a corresponding endpoint.
Hey
You can post that same fetch token with a different app user id, and this will transfer it to another user.
There’s no way to remove a purchase itself via API, but you could delete a subscriber, which will effectively delete the purchase from your dashboard: https://www.revenuecat.com/reference/delete-subscriber
Bear in mind that this is a permanent action and cannot be undone. Additionally, this will not delete or end the subscription from an app store, only remove the purchase history from RevenueCat. If this user then re-opened your app and accessed their entitlement, they could reappear in your purchase history.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.