StopFetch
This action requests all active asynchronous Fetch actions or a particular asynchronous Fetch action to stop.
http://host:port/action=StopFetch [&Token=Fetch_Action_Token]
Type: Synchronous
| Parameter Name | Description | Required | 
|---|---|---|
| Token | The token of the asynchronous Fetchaction to request to stop. If this is not specified, then the connector requests all asynchronousFetchactions to stop. Doing so does not clear the action queue. | No | 
Example
http://localhost:1234/action=StopFetch
Response
<autnresponse> <action>STOPFETCH</action> <response>SUCCESS</response> <responsedata> </responsedata> </autnresponse>