BizKitHub
DocsAPI ReferenceEmailer/bff/emailer-incoming/remove-api-key
postEmailerAdmin BFF

/bff/emailer-incoming/remove-api-key

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.

EmailerpostBffEmailer-incomingRemove-api-key

No parameters

This endpoint takes no path, query, header or body parameters.

Request

POST /bff/emailer-incoming/remove-api-key

post
curl -X POST "https://api.bizkithub.com/bff/emailer-incoming/remove-api-key" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true,
  "removed": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key