Parameters
JSON body
Request body
application/jsoncustomerIdstringRequiredContact external ID.
Example
abc123def456ghijidnumberRequiredRow id of the email to remove.
Deletes one email row from a contact. The primary shop__contact.email is unaffected.
JSON body
customerIdstringRequiredContact external ID.
abc123def456ghijidnumberRequiredRow id of the email to remove.
1 status code documented
successbooleanRequired{
"success": false
}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
}'All BizKitHub public API endpoints require authentication via API key.