cURL
curl --request DELETE \ --url https://api.example.com/api/v1/customers/{customer_id}
Permanently delete a customer and their data.
204 No Content
Was this page helpful?