-
Re: Unable to Post / Delete to /places/{placeID}
giriraj.harkut Jun 6, 2018 11:42 AM (in response to shobha)Were you able to find a solution ?
We are looking to bulk delete content but unable to do so. Kindly share details on how to invoke delete bulk content using JIVE API, with example will be very helpful.
Thanks
Giriraj
-
Re: Unable to Post / Delete to /places/{placeID}
shobha Jun 11, 2018 4:33 AM (in response to giriraj.harkut)Hi Giriraj Harkut ,
Yes we can do a bulk delete the content based on the content-ids , we can fetch the content ids from jiveBrowseCnt table . For Bulk delete content I had written simple javascript , but currently I am unable to recollect it ,
The rest api used for content delete was
https://yourOrganizationURL.com/api/core/v3/contents/<contentIDfromJiveBrowseTable>
And for Group delete make sure there are no events and members in the group apart from admin .
https://yourOrganizationURL.com/api/core/v3/places/<Placeid>
Best regards,
Shobha
-
Re: Unable to Post / Delete to /places/{placeID}
giriraj.harkut Jun 11, 2018 11:55 AM (in response to shobha)Thank You for you response, I was trying to delete page with below command syntax but when I check the page was not deleted, do you see anything wrong with command syntax ?
curl —X DELETE -v -u "user name":"Pass" -b "mycainfo=xxxxxxxxxx" -k --header "Content-Type: application/json" "https://xyz.com/v3/api/contents/1108059”
came across this page Jive REST API v3.14 → BatchRequest entity for batch delete but unable to find example on what will be format for command usage, if you have any idea kindly suggest with sample example what params to be passed to command.
Also as you say to delete spaces we should not have any events or members which means its manual task to remove all members and events then delete space ? is that correct ?
Thanks
Giriraj
-
Re: Unable to Post / Delete to /places/{placeID}
jgoldhammer Jun 13, 2018 11:25 AM (in response to giriraj.harkut)
-
-
-