cURL
curl --request POST \ --url https://{host}/Agent/Intelligence/Delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "objectId": "<string>" } '
{}
Allows the client to delete open intelligence about an endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object