Account
Delete Customer Data
Right-to-erasure: wipe every image and anonymize every generation linked to a given customerId.
DELETE
Use this endpoint to honor GDPR / right-to-erasure requests. For the given
customerId, the server:
- Deletes every customer-image stored for that customer (both standalone uploads via
POST /images/uploadand the snapshots attached to past generations). - Deletes every generated result image for that customer.
- Anonymizes the corresponding
Generationrows —customerIdis set toNULL, so aggregate analytics survive but nothing ties back to the individual.
204 No Content.
Tracking only kicks in when you supply a
customerId on the original upload or try-on call. Calls made without a customerId are not linked to anyone and therefore can’t be targeted here — they expire on their own via the retention window.Request
The opaque customer identifier you originally sent on
POST /images/upload and/or POST /try-on.Response
204 No Content on success. No body.
