Revocable Temporary Numbers
Share a dedicated number for rental viewings, transactions, or dates, then deactivate it when the relationship ends without changing your real phone number.
When viewing rentals, selling used goods, dating, or working on a short-term collaboration, people often have to leave a phone number. Once the relationship ends, the other person can still call it, share it, or keep it in their contacts, while changing a real number disrupts every legitimate contact.
Each time a user needs to leave a number, they create a contact alias and note its purpose and expiration date. The other party calls or texts as usual, and calls are forwarded to the user’s own phone. Different viewers, buyers, or collaborators receive different numbers, so the user does not have to hand their real number to strangers.
A contact list shows recent calls, texts, and the scheduled expiry date for each alias. When a relationship ends, the user deactivates that alias; subsequent callers hear that the number has been deactivated, and texts no longer reach the user’s phone. If harassment occurs, the user can export the contact record for that alias without exposing numbers associated with other relationships.
The first version supports call and SMS forwarding plus manual deactivation, focused on one-off or short-term contacts. It does not claim to erase information the other party has already screenshotted or written down, and it is not a substitute for police reports or platform complaints. It provides a contact channel that can be shut down independently from the start.
Why now
On August 2, a user on X explicitly asked for a way to remove their own number from another person’s phone. S1 As of August 3, the post had accumulated 130 likes, 77 reposts, and 1,110 views, indicating immediate resonance with this sense of lost control. S1
Target user
The core user frequently views rentals, sells used goods, or takes on short-term projects. They need to give contact details to strangers before trust exists, yet cannot require the other person to install the same app. A standard phone number is convenient but leaves a lasting channel for calls. When the relationship ends or someone crosses a boundary, they need to cut off that one connection while keeping normal calls from family, colleagues, and other transaction partners intact.
Minimal entry point
Use Twilio to provision numbers that can receive calls and texts. An incoming-call webhook can forward the call to the user’s phone through TwiML `Dial`. S2 The SMS webhook provides the sender, recipient number, and message body, which can be used to match a contact alias. S3 For the first version, a relationship table links the user, virtual number, purpose, and expiry date. After deactivation, calls play a fixed message and the SMS webhook stops forwarding texts. Text replies should initially happen inside the app so users do not accidentally reply from their real number. Exports should be limited to call and SMS metadata for that alias, with recordings not stored by default.
Punching above its weight
Acquire initial users through local rental groups, used-goods seller communities, and freelancer forums. Create a one-page safety checklist for leaving a number during rental viewings, placing the product inside a real transaction workflow. Invite tenants and sellers who regularly share scam-avoidance advice to try it, then use anonymized cases to show how contact changes before and after deactivation. Search content should target clear existing intent around not giving strangers a real number and ongoing harassment after a transaction.
Competitors & gaps
- BurnerGoogle
- Burner already offers multiple numbers, separate inboxes, spam blocking, and the ability to delete or change numbers. S4 It is geared more toward separating life domains such as work, family, and social activity. Its plans offer up to three simultaneous numbers. S4 That limit is quickly exhausted if each prospective landlord or buyer gets a dedicated number. Deleting an entire line can also cut off other conversations that are still active. The opportunity for revocable numbers is to make each individual relationship the unit of management. Every record carries a purpose, counterpart, and expiry date, so deactivating it does not affect other relationships. Contact history is also organized around that relationship, making harassment or disputes easier to handle.
How it makes money
Use a monthly subscription tiered by the number of simultaneously active numbers. Plans include a base allowance of calls and texts, with usage-based charges beyond that. Deactivated numbers can be held through a cooling-off period; long-term retention consumes a subscription slot.
The case against
Each relationship consumes a real, callable number, creating ongoing number-rental and communications costs. If a deactivated number is immediately reassigned, an old contact could accidentally reach a new relationship; retaining it too long reduces number utilization. SMS forwarding also creates a reply-path problem: replying directly from the system messaging app may expose the user’s real number. An in-app inbox avoids that risk but adds push notifications, synchronization, and delivery-status handling. If call forwarding reaches a personal voicemail box, its greeting could reveal the user’s identity. Any misrouted interaction would directly undermine trust in the privacy promise.