-
Child Issue
-
Command added.
This command can be executed using HTTP API with following URI:
/rest/pubsub/pubsub.example.com/delete-item
where
pubsub.example.com
is JID of PubSub component.This URI needs to be called using
POST
HTTP method with following content:<data> <node>{node_name}</node> <item-id>{id-of-item}</item-id> </data>
where:
-
{node_name}
- needs to be replaced with PubSub node from which we want to remove item -
{id-of-item}
- needs to be replaced with id of item we want to remove
-
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3843
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
Create adhoc command to allow removal of published items from PubSub node. This feature will allow users to use HTTP API to execute such adhoc command and remove published item using HTTP API.