Remove authentication configuration
/fhir-provider/{fhir_provider_id}/remove-auth-configRemoves an authentication configuration from a FHIR provider. Cannot remove the currently active auth configuration.
Note: Sandbox providers cannot be modified.
Path parameters
fhir_provider_idstringrequiredID of the FHIR provider
Body parameters
auth_config_idstringrequiredID of the auth configuration to remove
Auth configuration removed successfully
Response fields
successbooleanoptionalmessagestringoptionaldataobjectoptionalFull FHIR provider configuration returned for non-sandbox providers.
auth_configs and last_updated are always populated, which is how
list responses distinguish this shape from FhirProviderSandboxInfo.
idstringrequiredUnique identifier for the FHIR provider
namestringrequiredDisplay name for the FHIR provider
descriptionstringoptionalOptional description of the FHIR provider
providerstringrequiredType of FHIR server provider.
The "sandbox" provider type is managed internally and cannot be created via API. It is used on shared instances.
aidboxathenahealthcanvascernerelationepicgoogle_healthcarehapimeditechmedplumphenostoresandboxbase_urlstring (uri)optionalBase URL of the FHIR server
client_idstringoptionalOAuth client ID. Deprecated: use client_id on FhirProviderAuthConfig instead. Retained for backward compatibility with existing providers.
auth_configsobjectrequiredMap of authentication configurations (key is auth_config_id)
last_updatedstring (date-time)requiredTimestamp when the provider was last updated