DocsAPI ReferenceContact/bff/contact/delete
postContactAdmin BFF

/bff/contact/delete

Marks a contact as deleted (soft delete). The contact cannot already be deleted.

ContactpostBffContactDelete

Parameters

2 body

2 total
Body · 2
idstringRequired

Contact external ID.

reasonstring

Reason for deletion.

Request

POST /bff/contact/delete

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

Get API Key