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

Authorizations

Authorization
string
header
required

The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.

Query Parameters

id
integer

The customer's ID.

force
boolean

When set to true, this parameter allows deletion of customers who are currently associated with upcoming events. Use with caution, as this will permanently revoke the customer's access and remove their personal data. Defaults to false

Response

Successfully deleted the customer.

success
boolean