DeleteCustomer Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Deletes a customer from the AuthNET servers.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public bool DeleteCustomer(
	string profileID
)
Visual Basic
Public Function DeleteCustomer ( _
	profileID As String _
) As Boolean
Visual C++
public:
virtual bool DeleteCustomer(
	String^ profileID
) sealed

Parameters

profileID
Type: System..::..String
The profile ID.

Return Value

Implements

ICustomerGateway..::..DeleteCustomer(String)

See Also