# Deprovisioning

## How does deprovisioning work?

As soon as a customer deletes a Mac device from his account, it is automatically moved into the so-called "Decomission" pool and then completely deleted via the MDM server using an [Erase](https://developer.apple.com/documentation/devicemanagement/erase_a_device) command. With this action (only possible via MDM) everything is completely deleted. Even the disk partition scheme and all including volumes are securely erased. Afterward, a fresh macOS installation is automatically initiated and then moved to the general "Available" pool. This cycle ensures that no residual information and data remains from the previous customer.


---

# Agent Instructions: 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:

```
GET https://doc.flow.swiss/products/mac-bare-metal/resources/deprovisioning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
