Parameters
JSON body
Request body
application/jsoncustomerIdstringRequiredContact external ID.
keystringRequiredCustom field key to delete.
Removes a custom field value from a specific contact.
JSON body
customerIdstringRequiredContact external ID.
keystringRequiredCustom field key to delete.
1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/contact/custom-field/delete
curl -X POST "https://api.bizkithub.com/bff/contact/custom-field/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"customerId": "example_customerId",
"key": "example_key"
}'All BizKitHub public API endpoints require authentication via API key.