DocsAPI ReferenceContact/bff/contact/email-delete
postContactAdmin BFF

/bff/contact/email-delete

Deletes one email row from a contact. The primary shop__contact.email is unaffected.

ContactpostBffContactEmail-delete

Parameters

2 body

2 total
Body · 2
customerIdstringRequired

Contact external ID.

idnumberRequired

Row id of the email to remove.

Request

POST /bff/contact/email-delete

post
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.

Get API Key