Web Service Integration 31 - RemoveWatch

Introduction
The RemoveWatch web service allows you to remove a specific carrier from your list of watched carriers.

NOTE: Please do not call RemoveWatch en masse to update your system. See UpdateWatchList to manage your entire watched carrier list.

The Web Service Details

https://www.saferwatch.com/webservices/CarrierService31.php
?Action=RemoveWatch
&ServiceKey=YourServiceKey
&CustomerKey=YourCustomerKey
&number=MC, MX, FF or DOT Number (Numbers with no prefix are interpreted as DOT numbers)

Valid numbers are MC, FF, MX or DOT Numbers. A number without no prefix will be interpretted as a DOT Number. MC000123, MC123, DOT0012345, DOT12345 and 12345 are all valid numbers.

Example RemoveWatch Call:

https://www.saferwatch.com/webservices/CarrierService31.php?Action=RemoveWatch&ServiceKey=DemoServiceKey&CustomerKey=DemoCustomerKey&number=51442
Click to see RemoveWatch results

Testing Tools:

See current watch list
Add watch 51442
Remove watch 51442

Response fields values:

<CarrierService31.RemoveWatch>
<ResponseDO> NOTE: See Standard Response
     <status>APPROVED</status>
     <action>OK</action>
     <code>SFW00389</code>
     <displayMsg></displayMsg>
     <techMsg></techMsg>
</ResponseDO>
</CarrierService31.RemoveWatch>