|
| 1 | +--- |
| 2 | +title: Export or delete your data in Custom Vision, Azure Cognitive Services | Microsoft Docs |
| 3 | +description: Learn how to export or delete your data in Custom Vision. |
| 4 | +services: cognitive-services |
| 5 | +author: v-jaswel |
| 6 | +manager: nolachar |
| 7 | +ms.service: cognitive-services |
| 8 | +ms.component: custom-vision |
| 9 | +ms.topic: article |
| 10 | +ms.date: 05/23/2018 |
| 11 | +ms.author: v-jaswel |
| 12 | +--- |
| 13 | + |
| 14 | +# Export or delete user data in Custom Vision |
| 15 | + |
| 16 | +Content Moderator keeps user data to operate the service, but customers have full control over viewing, exporting, and deleting their data, using the Custom Vision Service [Training API](https://go.microsoft.com/fwlink/?linkid=865446). |
| 17 | + |
| 18 | +> [!NOTE] |
| 19 | +> This article provides steps for how to delete personal data from the device or service and can be used to support your obligations under the GDPR. If you’re looking for general info about GDPR, see the [GDPR section of the Service Trust portal](https://servicetrust.microsoft.com/ViewPage/GDPRGetStarted). |
| 20 | +
|
| 21 | +For more information on how to export and delete user data in Custom Vision, see the following table. |
| 22 | + |
| 23 | +| Data | Export Operation | Delete Operation | |
| 24 | +| ---- | ---------------- | ---------------- | |
| 25 | +| Account Info (Subscription Keys) | [GetAccountInfo](https://go.microsoft.com/fwlink/?linkid=865446) | Delete using Azure portal (Azure Subscriptions). Or using “Delete Your Account” button in CustomVision.ai settings page (Microsoft Account Subscriptions) | |
| 26 | +| Iteration Details | [GetIteration](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteIteration](https://go.microsoft.com/fwlink/?linkid=865446) | |
| 27 | +| Iteration Performance Details | [GetIterationPerformance](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteIteration](https://go.microsoft.com/fwlink/?linkid=865446) | |
| 28 | +| List of iterations | [GetIterations](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteIteration](https://go.microsoft.com/fwlink/?linkid=865446) | |
| 29 | +| Projects and project details | [GetProject](https://go.microsoft.com/fwlink/?linkid=865446) and [GetProjects](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteProject](https://go.microsoft.com/fwlink/?linkid=865446) | |
| 30 | +| Image tags | [GetTag](https://go.microsoft.com/fwlink/?linkid=865446) and [GetTags](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteTag](https://go.microsoft.com/fwlink/?linkid=865446) | |
| 31 | +| Images | [GetTaggedImages](https://go.microsoft.com/fwlink/?linkid=865446) (provides uri for image download) and [GetUntaggedImages](https://go.microsoft.com/fwlink/?linkid=865446) (provides uri for image download) | [DeleteImages](https://go.microsoft.com/fwlink/?linkid=865446) | |
| 32 | +| Exported Models | [GetExports](https://go.microsoft.com/fwlink/?linkid=865446) | Deleted upon account deletion | |
0 commit comments