--- title: "API.250806-MINOR" slug: "api2508xx-minor" updated: 2026-01-16T13:07:55Z published: 2026-01-16T13:07:55Z canonical: "help.frisbii.com/api2508xx-minor" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.frisbii.com/llms.txt > Use this file to discover all available pages before exploring further. # API.250806-MINOR ### 💡New **Enhanced anonymize/delete customer endpoint** It is now possible to check for access rights in all clients within a contract company when deleting or anonymizing a customer. The result of the check is returned as a list of items. In case of deletion, also invoices and transactions are returned. It is possble to force deletion/anonymization nevertheless. Delete customer (STAGE): [https://api.frisbii-media-stage.com/api/v3.0/customers/{customerId}](https://api.frisbii-media-stage.com/#tag/Customers/operation/deleteCustomer) Update customer (STAGE): [https://api.frisbii-media-stage.com/api/v3.0/customers/{customerId}](https://api.frisbii-media-stage.com/api/v3.0/customers/{customerId}) Delete customer (LIVE): [https://api.frisbii-media.com/api/v3.0/customers/{customerId}](https://api.frisbii-media.com/#tag/Customers/operation/deleteCustomer) Update customer (LIVE): [https://api.frisbii-media.com/api/v3.0/customers/{customerId}](https://api.frisbii-media.com/#tag/Customers/operation/updateCustomer)