Javascript
import Ivy from '@getivy/node-sdk'; const client = new Ivy({ apiKey: 'My API Key', }); const customer = await client.customers.delete({ id: 'id' }); console.log(customer.success);
{ "success": true }
Delete a Customer by wiping personal data and marking the customer as deleted.
API key for authentication
Successful response
The response is of type object.
object
Was this page helpful?