Skip to main content

Overview

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.

HTTP request

POST /Agent/Intelligence/Delete

Authentication

Requires a valid JWT bearer token.

Request (JSON)

{
	"objectId": Required(Str(PObjectId))
}

Input parameters

ParameterDescription
PObjectIdThe Object ID of the information, as it was returned when creating it.

Response (JSON)

{
}

Notes

This endpoint uses the request schema notation described in Pattern matching.