Skip to main content
DELETE
/
customers
/
{customer_id}
Delete customer
curl --request DELETE \
  --url https://api.lava.so/v1/customers/{customer_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'

Path Parameters

customer_id
string
required

Customer ID

Response

Customer deleted

success
boolean