Python
from metrifox_sdk import MetrifoxClient client = MetrifoxClient(api_key="your_api_key") # Delete a customer customer_key = "your_customer_unique_id" response = client.customers.delete(customer_key)
{ "message": "Customer deleted successfully" }
Deletes a customer with given customer key
Documentation IndexFetch the complete documentation index at: https://docs.metrifox.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.metrifox.com/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier of the customer in your application to delete
Customer deleted successfully
"Customer deleted successfully"