cURL
curl --request DELETE \ --url https://api.lava.so/v1/customers/{customer_id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a customer by ID
Documentation IndexFetch the complete documentation index at: https://lava.so/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://lava.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Customer ID
Customer deleted