ContactpostBffContactConsentRevoke
Parameters
4 body
Body · 4
idstringRequiredContact external ID.
typestringRequiredConsent type.
sourcestringSource of the consent revocation.
notestringOptional note about the revocation.
Request
POST /bff/contact/consent/revoke
curl -X POST "https://api.bizkithub.com/bff/contact/consent/revoke" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id",
"type": "newsletter",
"source": "admin",
"note": "example_note"
}'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.