How to Unpost Deleted Websims

Have you accidentally deleted a websim but forgot to unpost it and now it's stuck inaccessible on your profile? Fear not, because by following this guide, you can remove it from your profile!

1. Go to one of your existing websims
2. Open the Chrome DevTools or equivalent
3. Find the Network tab in the DevTools and go to it
4. Unpost the websim (you can post it again immediately, just make sure you unpost it now)
5. Find an item in the network list with the same name as the project ID (last part of link)
6. Click on "Payload"
7. If you see "{posted: false}", you can proceed, otherwise search in other items.
8. Right click the item with the project ID.
9. Hover over "Copy"
10. Click "Copy as cURL (cmd)"
11. Open notepad or any text editor
12. Paste the clipboard
13. Find the deleted websim you want to unpost
14. Copy its ID (https://websim.ai/p/IDHERE), IDHERE is the ID.
15. On the first line in the pasted text in notepad, where it says "https://party.websim.ai/api/v1/projects/SOMEID" replace SOMEID with the ID you just copied (the ID of the deleted websim)
16. Copy the contents with the edited first link
17. Open the cmd command prompt (on Windows it's Windows + R, type cmd and press enter)
18. Paste the text with the edited first link
19. Press enter
20. If you don't see an output press enter again
21. If you see "C:\Users\..." you're done! You can now close the command prompt by typing exit.