<?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 How can I delete a KV Store Collection using Splunk API? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-can-I-delete-a-KV-Store-Collection-using-Splunk-API/m-p/572042#M8554</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to delete some KV Store Collections, and the only way I have to perform this kind of action is using the REST API, since I'm on Splunk Cloud.&lt;/P&gt;&lt;P&gt;When I create KV Store Collections, I use this request, following the docs on &lt;A title="Use the Splunk REST API to manage KV Store collections and data in Splunk Cloud Platform or Splunk Enterprise" href="https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/kvstore/usetherestapitomanagekv/" target="_self"&gt;Use the Splunk REST API to manage KV Store collections and data in Splunk Cloud Platform or Splunk Enterprise&lt;/A&gt;&amp;nbsp;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k -u USER -d name=KV-COLLECTION-NAME https://HOSTNAME.splunkcloud.com:8089/servicesNS/nobody/APP_NAME/storage/collections/config&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like to know is how can I delete the KV Store Collection using the same approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 22 Oct 2021 16:00:36 GMT</pubDate>
    <dc:creator>alonsocaio</dc:creator>
    <dc:date>2021-10-22T16:00:36Z</dc:date>
    <item>
      <title>How can I delete a KV Store Collection using Splunk API?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-can-I-delete-a-KV-Store-Collection-using-Splunk-API/m-p/572042#M8554</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to delete some KV Store Collections, and the only way I have to perform this kind of action is using the REST API, since I'm on Splunk Cloud.&lt;/P&gt;&lt;P&gt;When I create KV Store Collections, I use this request, following the docs on &lt;A title="Use the Splunk REST API to manage KV Store collections and data in Splunk Cloud Platform or Splunk Enterprise" href="https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/kvstore/usetherestapitomanagekv/" target="_self"&gt;Use the Splunk REST API to manage KV Store collections and data in Splunk Cloud Platform or Splunk Enterprise&lt;/A&gt;&amp;nbsp;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k -u USER -d name=KV-COLLECTION-NAME https://HOSTNAME.splunkcloud.com:8089/servicesNS/nobody/APP_NAME/storage/collections/config&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like to know is how can I delete the KV Store Collection using the same approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 16:00:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-can-I-delete-a-KV-Store-Collection-using-Splunk-API/m-p/572042#M8554</guid>
      <dc:creator>alonsocaio</dc:creator>
      <dc:date>2021-10-22T16:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I delete a KV Store Collection using Splunk API?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-can-I-delete-a-KV-Store-Collection-using-Splunk-API/m-p/572066#M8555</link>
      <description>&lt;P&gt;According to the REST API Manual at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.2/RESTREF/RESTkvstore#storage.2Fcollections.2Fconfig.2F.7Bcollection.7D," target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.2/RESTREF/RESTkvstore#storage.2Fcollections.2Fconfig.2F.7Bcollection.7D,&lt;/A&gt;&amp;nbsp;you send a DELETE operation to a similar URL.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k -u USER -X DELETE -d name=KV-COLLECTION-NAME https://HOSTNAME.splunkcloud.com:8089/servicesNS/nobody/APP_NAME/storage/collections/config/&amp;lt;&amp;lt;collection-name&amp;gt;&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Oct 2021 18:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-can-I-delete-a-KV-Store-Collection-using-Splunk-API/m-p/572066#M8555</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-10-22T18:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I delete a KV Store Collection using Splunk API?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-can-I-delete-a-KV-Store-Collection-using-Splunk-API/m-p/572078#M8556</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It worked, thanks for you response!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 19:28:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-can-I-delete-a-KV-Store-Collection-using-Splunk-API/m-p/572078#M8556</guid>
      <dc:creator>alonsocaio</dc:creator>
      <dc:date>2021-10-22T19:28:02Z</dc:date>
    </item>
  </channel>
</rss>

