/bff/contact/delete
Marks a contact as deleted (soft delete). The contact cannot already be deleted.
ContactpostBffContactDelete
Parameters
2 body
Body · 2
idstringRequiredContact external ID.
reasonstringReason for deletion.
Request
POST /bff/contact/delete
curl -X POST "https://api.bizkithub.com/bff/contact/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id",
"reason": "example_reason"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.