/bff/contact/email-delete
Deletes one email row from a contact. The primary shop__contact.email is unaffected.
ContactpostBffContactEmail-delete
Parameters
2 body
Body · 2
customerIdstringRequiredContact external ID.
idnumberRequiredRow id of the email to remove.
Request
POST /bff/contact/email-delete
curl -X POST "https://api.bizkithub.com/bff/contact/email-delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"customerId": "abc123def456ghij",
"id": 0
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.