Skip to main content
PUT
/
admin
/
settings
/
show-deleted-providers
Update Show Deleted Providers
curl --request PUT \
  --url https://api.decodahealth.com/admin/settings/show-deleted-providers \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "showDeletedProviders": true
}
'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
showDeletedProviders
boolean
required

Response

Successful Response

The response is of type boolean.