+
K
Remove Intel on Target by RID
string
Target RID
boolean
Represents a boolean value that restricts an endpoint to preview mode when set to true.
object
Request body to remove intel from situation based on ID.
Success response.
1 2 3 4 5
curl -X PUT \ -H "Content-type: application/json" \ -H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/gotham/v1/twb/removeTargetIntel/ri.gotham-artifact.0-0.target.example?preview=true" \ -d '{"id":"Example Intel Id"}'