> For the complete documentation index, see [llms.txt](https://help.flyandcar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.flyandcar.com/for-owner/manage-account/remove-a-car.md).

# Remove a car

If you wish to remove your car from our platform, it's important to understand that this action cannot be performed directly through the app. To proceed with the deletion, you need to contact our Support Team directly via email at <support@flynandcar.com> or through the "Get help" feature in the app.

Please note that removing a car from FlynCar is a permanent action and it involves the complete deletion of all associated data. Once your car is deleted:

1. **Car Details:** All details specific to your car including model, make, photos, and any other information provided during the listing process will be permanently erased from our database.
2. **Reservation Information:** Any existing or past reservations linked to your car will also be deleted. This includes booking details, reservation history, and any related communication records.
3. **Reviews and Ratings:** All reviews, ratings, and feedback given by renters for your car will be permanently lost. These cannot be recovered or transferred if you decide to relist your car in the future.

Before deciding to delete your car, we strongly advise that you carefully consider the implications. If you're uncertain or if there's a chance you might want to list your car again in the future, you may prefer to temporarily disable your listing or adjust its availability instead. To do so you can go in **Your cars > Edit availability** and add the unavailability you want.

Our [Support Team](mailto:support@flyandcar.com) is here to help you with any decision you make, and we're always available to discuss your options or answer any questions you may have.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.flyandcar.com/for-owner/manage-account/remove-a-car.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
