Table of Contents
/Intelligence/Delete
Allows the client to delete open intelligence about an endpoint. The intelligence information must have been created by the same agent, on the same domain to be able to be deleted.
JSON
- Request
{ "objectId": Required(Str(PObjectId)) }- Response (if successful)
{ }
XML
- Request
<DeleteIntelligence xmlns="https://waher.se/Schema/BrokerAgent.xsd" objectId=(Required(Str(PObjectId))) />- Response (if successful)
<IntelligenceDeleted xmlns="https://waher.se/Schema/BrokerAgent.xsd"/>
Input Parameters
| Parameter | Description |
|---|---|
PObjectId |
The Object ID of the information, as it was returned when creating it. |
Response Parameters
There are no response parameters to this call.
Javascript Library
Use the following asynchronous method in the Javascript Library, to call this resource.
var Response = await AgentAPI.Intelligence.Delete(ObjectId);