<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Delete Task API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1607429#M11047</link>
    <description>&lt;P&gt;&lt;SPAN&gt;mothod:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DELETE &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/qrs/reloadtask/&amp;lt;task.id&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;response:&amp;nbsp; null ,if ok&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 10:46:57 GMT</pubDate>
    <dc:creator>Sergey_Despot</dc:creator>
    <dc:date>2019-07-30T10:46:57Z</dc:date>
    <item>
      <title>Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076165#M4717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on a solution similar to 'Loop And Reduce'&amp;nbsp; QRS REST API. &lt;/P&gt;&lt;P&gt;Reload is done by creating a task and starting it. &lt;/P&gt;&lt;P&gt;At this point the task should be deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't find the API call for this, but I know it can be done via QMC, so there should be a way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 21:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076165#M4717</guid>
      <dc:creator />
      <dc:date>2016-01-12T21:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076166#M4718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method: DEL&lt;/P&gt;&lt;P&gt;Endpoint: &lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px; line-height: 1.5em;"&gt;/qrs/[type]/{id}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;In your case type would then be "task".&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 22:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076166#M4718</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2016-01-12T22:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076167#M4719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;Thanks for the quick response. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;/qrs/task/{id}/delete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;and &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-size: 13px; font-family: 'Lucida Console', Monaco, monospace;"&gt;/qrs/task/{id}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-size: 13px; font-family: 'Lucida Console', Monaco, monospace;"&gt;did not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-size: 13px; font-family: 'Lucida Console', Monaco, monospace;"&gt;I got 404 in both cases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It did however work for deleting an app:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-family: 'Lucida Console', Monaco, monospace; font-size: 13px;"&gt;/qrs/app/{id}/delete&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-size: 13px; font-family: 'Lucida Console', Monaco, monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-size: 13px; font-family: 'Lucida Console', Monaco, monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-size: 13px; font-family: 'Lucida Console', Monaco, monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-size: 13px; font-family: 'Lucida Console', Monaco, monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 22:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076167#M4719</guid>
      <dc:creator />
      <dc:date>2016-01-12T22:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076168#M4720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, then I'd consider this as a bug, at least a documentation bug, also cannot find it. I recommend to file it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 22:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076168#M4720</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2016-01-12T22:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076169#M4721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will do. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 22:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076169#M4721</guid>
      <dc:creator />
      <dc:date>2016-01-12T22:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076170#M4722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a bit confusing but use path /qrs/reloadtask/[id] with a delete request instead, that should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 23:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076170#M4722</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-01-12T23:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076171#M4723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 23:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076171#M4723</guid>
      <dc:creator>Stefan_Walther</dc:creator>
      <dc:date>2016-01-12T23:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076172#M4724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ye, the /qrs/task endpoint is to operate on existing /qrs/reloadtasks like starting and stopping stuff. It's not the best naming convention &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 23:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076172#M4724</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-01-12T23:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076173#M4725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1076173#M4725</guid>
      <dc:creator />
      <dc:date>2016-01-13T07:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Task API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1607429#M11047</link>
      <description>&lt;P&gt;&lt;SPAN&gt;mothod:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DELETE &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/qrs/reloadtask/&amp;lt;task.id&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;response:&amp;nbsp; null ,if ok&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 10:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Delete-Task-API/m-p/1607429#M11047</guid>
      <dc:creator>Sergey_Despot</dc:creator>
      <dc:date>2019-07-30T10:46:57Z</dc:date>
    </item>
  </channel>
</rss>

