Delete Customer

Deletes a customer.

DELETEhttps://api.tracksales.co/v1/customers/{uuid}

Required scope: customers:delete

Request URL: https://api.tracksales.co/v1/customers/{uuid}

Path Params

uuidstringrequired

Customer UUID

Responses

200OK

Customer deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Customer was not found.