Click or drag to resize

ReportingCloudDeleteAccountAPIKey Method

This method deletes an available API Key that belongs to the current account

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public bool DeleteAccountAPIKey(
	string key
)

Parameters

key
Type: SystemString
The API Key that should be deleted.

Return Value

Type: Boolean
See Also