<?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: tREST component with DELETE method in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345205#M112764</link>
    <description>&lt;P&gt;Thanks for your response&amp;nbsp;&lt;A href="https://community.talend.com/s/profile/00570000004X0qyAAC" alt="https://community.talend.com/s/profile/00570000004X0qyAAC" target="_blank"&gt;@achen&lt;/A&gt;&amp;nbsp;(Talend Beijing Tech Co., Ltd.)​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know in detail how can I implement it in Talend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More info -&lt;/P&gt;&lt;P&gt;URL -&amp;nbsp;&lt;A href="https://api-d.docusign.net/management/v2.1/organizations/" alt="https://api-d.docusign.net/management/v2.1/organizations/" target="_blank"&gt;https://api-d.docusign.net/management/v2.1/organizations/&lt;/A&gt;{{ORG_ID}}/accounts/{{ACC_ID}}/products/users&lt;/P&gt;&lt;P&gt;Path parameters - ORG_ID, ACC_ID&lt;/P&gt;&lt;P&gt;Body parameters -&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;"user_id": "skjrdsgkndglkg",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"product_ids": [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"kishgvkjvd"&lt;/P&gt;&lt;P&gt;&amp;nbsp;]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The path parameters can bind within the URL automatically. But how can I pass the body parameters?&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2023 03:07:02 GMT</pubDate>
    <dc:creator>McJingles</dc:creator>
    <dc:date>2023-05-19T03:07:02Z</dc:date>
    <item>
      <title>tREST component with DELETE method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345203#M112762</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I tried to do the DELETE operation using the tREST component. But, If I choose the DELETE method then the HTTP Request Body was disappeared. But in my API, I need to pass a few information in the form of JSON as Body Parameters. Please help here or suggest any alternate solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345203#M112762</guid>
      <dc:creator>McJingles</dc:creator>
      <dc:date>2024-11-15T21:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: tREST component with DELETE method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345204#M112763</link>
      <description>&lt;P&gt;Hello @McJingles McJingles​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;HTTP DELETE requests, like GET and HEAD requests, should not contain a body, as this may cause some servers to work incorrectly. But you can still send data to the server with an HTTP DELETE request using URL parameters&lt;/P&gt;&lt;P&gt;For your case, please use URL parameters to send the data in tREST component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see https://reqbin.com/req/ke7ui8ri/http-delete-body&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 01:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345204#M112763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-19T01:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: tREST component with DELETE method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345205#M112764</link>
      <description>&lt;P&gt;Thanks for your response&amp;nbsp;&lt;A href="https://community.talend.com/s/profile/00570000004X0qyAAC" alt="https://community.talend.com/s/profile/00570000004X0qyAAC" target="_blank"&gt;@achen&lt;/A&gt;&amp;nbsp;(Talend Beijing Tech Co., Ltd.)​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know in detail how can I implement it in Talend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More info -&lt;/P&gt;&lt;P&gt;URL -&amp;nbsp;&lt;A href="https://api-d.docusign.net/management/v2.1/organizations/" alt="https://api-d.docusign.net/management/v2.1/organizations/" target="_blank"&gt;https://api-d.docusign.net/management/v2.1/organizations/&lt;/A&gt;{{ORG_ID}}/accounts/{{ACC_ID}}/products/users&lt;/P&gt;&lt;P&gt;Path parameters - ORG_ID, ACC_ID&lt;/P&gt;&lt;P&gt;Body parameters -&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;"user_id": "skjrdsgkndglkg",&lt;/P&gt;&lt;P&gt;&amp;nbsp;"product_ids": [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"kishgvkjvd"&lt;/P&gt;&lt;P&gt;&amp;nbsp;]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The path parameters can bind within the URL automatically. But how can I pass the body parameters?&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 03:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345205#M112764</guid>
      <dc:creator>McJingles</dc:creator>
      <dc:date>2023-05-19T03:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: tREST component with DELETE method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345206#M112765</link>
      <description>&lt;P&gt;Hello @McJingles McJingles​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;The URL should be like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://api-d.docusign.net/management/v2.1/organizations/" alt="https://api-d.docusign.net/management/v2.1/organizations/" target="_blank"&gt;https://api-d.docusign.net/management/v2.1/organizations/&lt;/A&gt;{{ORG_ID}}/accounts/{{ACC_ID}}/products/users?&lt;B&gt;user_id=xxxxx&amp;amp;product_ids[]=xxxx&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 06:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345206#M112765</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-19T06:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: tREST component with DELETE method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345207#M112766</link>
      <description>&lt;P&gt;After formatting like the above URL, I got the below error. Moreover, this is the same error I got from the beginning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BODY - &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"error":"invalid_request",&lt;/P&gt;&lt;P&gt;"error_description":"Data must be provided in the request body",&lt;/P&gt;&lt;P&gt;"reference_id":"3197"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;ERROR_CODE - 400&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 09:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345207#M112766</guid>
      <dc:creator>McJingles</dc:creator>
      <dc:date>2023-05-19T09:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: tREST component with DELETE method</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345208#M112767</link>
      <description>&lt;P&gt;I used the tSystem component and curl like below and I got the expected output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl -i -X DELETE \"https://api-d.docusign.net/management/v2.1/organizations/{{ORG_ID}}/accounts/{{ACC_ID}}/products/users\" -H \"Content-Type: application/json\" -H \"Authorization: Bearer &amp;lt;TOKEN&amp;gt;\" -d \"{\\\"user_email\\\": \\\"jhbsvjhbshb\\\",\\\"user_id\\\": \\\"kjdvkjdhvdd\\\",\\\"product_ids\\\": [\\\"dkhbfkvjdb\\\"]}\"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 12:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tREST-component-with-DELETE-method/m-p/2345208#M112767</guid>
      <dc:creator>McJingles</dc:creator>
      <dc:date>2023-05-19T12:58:54Z</dc:date>
    </item>
  </channel>
</rss>

