curl --request PUT \
--url https://api.decodahealth.com/admin/providers/{provider_id}/archive \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'trueRemove a provider from a tenant by:
curl --request PUT \
--url https://api.decodahealth.com/admin/providers/{provider_id}/archive \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'true