Skip to main content
DELETE
/
api
/
v4.0
/
integrations
/
customers
/
{customerId}
Delete Customer
curl --request DELETE \
  --url https://api.gameball.co/api/v4.0/integrations/customers/{customerId} \
  --header 'apikey: <api-key>'
{}
The API call removes the customer identified by customerId from the system. This removes the customer profile and associated data.
This API can also be accessed using the POST method for systems that do not support DELETE. In such cases, simply use /customers//delete endpoint to achieve the same functionality.
Security: Requires apikey and secretkey headers.

Authorizations

apikey
string
header
required

Path Parameters

customerId
string
required

Unique identifier for the customer

Response

200

Customer deleted successfully