cURL
curl --request DELETE \ --url https://api.bitbybit.studio/customer/open/v1/customers/{id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "deleted": true } }
Permanently delete a customer and their associated data.
API key for authentication. Create one in Settings > Developer.
Customer deleted
Show child attributes