Endpoint version PII

Remove-APIEndpointVersionPII

Synopsis

Delete PII in an endpoint version.

Syntax

Remove-APIEndpointVersionPII -APIEndpointName <String> -VersionNumber <String> -PIIID <Int32> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Remove-APIEndpointVersionPII -APIEndpointID <Int32> -VersionNumber <String> -PIIID <Int32> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Removes the PII object from your API endpoint definition for the version you specify. To delete the PII object from all the versions where it exists, you need to make this request for each version of the API endpoint.

When making a request, you can specify an API endpoint by its name or ID. The -VersionNumber parameter is an integer or the word latest.

Parameters

‑APIEndpointID
Conditionally required

The endpoint's ID.

‑APIEndpointName
Conditionally required

The endpoint's name.

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑PIIID
Required

The PII object's ID.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑VersionNumber
Required

The endpoint version's number. Can be an integer or 'latest'.

Related Links