Customers
featureOS delete customers API
Introduction
The featureOS delete customers API allows you to delete customers from your organization.
DELETE https://api.featureos.app/api/v3/customers/:id
Headers
Parameter | Default | Description |
---|---|---|
API-KEY | - | Generate from organization settings on the admin dashboard. |
Authorization | - | Generate a unique JWT token specific to a user. |
Sample Response
{
"success": true
}