ChatterBeamDevelopers
DELETE · integrations:write

Delete provider integration

Execute the delete_provider_integration capability through REST or MCP with the same authorization and project checks.

DestructiveMinimum role: owner

REST

DELETE/api/v1/integrations/providers/:providerId
curl "https://chatterbeam.com/api/v1/integrations/providers/{providerId}" \
  --request DELETE \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
  --header "Idempotency-Key: unique-operation-key"

MCP

Tool name: delete_provider_integration. The tool returns the same structured { data, meta } result as REST.

Input

providerIdRequired path identifier

Authorization

Required scope: integrations:write. Scope checks are followed by current project membership and the owner minimum role.

Related resources