Delete customers
Understanding how to use FeatureOS API to build custom integrations.
Introduction
The FeatureOS delete customers API allows you to delete customers from your organization by their email address.
DELETE
https://api.featureos.app/api/v3/customers
curl -X DELETE 'https://api.featureos.app/api/v3/customers' \
-H 'API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json'Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
| Authorization | - | Generate a unique JWT token specific to a user. |
Query Parameters
| Parameter | Format | Required | Description |
|---|---|---|---|
| String | true | Customer's email address |