EdgeGrid credentials

Synopsis

Clear EdgeGrid credentials environment variables.

Syntax

Clear-EdgegridCredentials [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

This function will remove any environment variables relating to your EdgeGrid credentials. Specifically, if you do not specify a -Section parameter the following variables will be removed: AKAMAI_HOST, AKAMAI_CLIENT_TOKEN, AKAMAI_ACCESS_TOKEN, AKAMAI_CLIENT_SECRET & AKAMAI_ACCOUNT_KEY (if it exists). If you do specify a -Section, that value will be used as a prefix between AKAMAI and the remainder of the variable name, e.g. -Section MyCreds will clear AKAMAI_MYCREDS_HOST and so on.

Related Links

User Guide: Overview