RemoveAsynchronousTask

Removes an asynchronous task from the active list

Authentication Methods


  1. AMS/Partner username/password
Input Parameter Type Description
Token* String Security Token
TaskID* GUID task identifier
Output Parameter Type Description
Success Boolean True if success, false if failed

*=required

CURL EXAMPLE

curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=RemoveAsynchronousTask&TaskID=2af354d5-4982-66ed-05e5-10fa7b2df8d3&Token=57318f28-8b28-41a2-ac14-49dec0a8029a'

RESPONSE

<Response>
    <Status>1</Status>
    <Message>Success</Message>
</Response>