Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Deletes the resend_api_key row from cas__organisation_configuration, which disables the inbound sync cron for this organisation. Already-imported messages remain in brj__emailer_received_email.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
successbooleanRequiredtrueremovedbooleanRequiredTrue when a key was actually removed; false when there was nothing to remove.
{
"success": true,
"removed": false
}POST /bff/emailer-incoming/remove-api-key
curl -X POST "https://api.bizkithub.com/bff/emailer-incoming/remove-api-key" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.