Click or drag to resize

ITwilioNumbersDeleteNumbers Method

Deletes all numbers in the specified pattern (use a "*" as a wildcard for any digit). See the IncomingPhoneNumbers List Resource twilio documentation page.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void DeleteNumbers(
	string numberPattern = null
)

Parameters

numberPattern (Optional)
Type: SystemString
The number pattern (use a "*" as a wildcard for any digit).
See Also