Search documentation
karat

+

K

User Documentation ↗

Remove Intel From A Target

PUT/api/gotham/v1/twb/removeTargetIntel/{rid}
Warning

This endpoint is in preview and may be modified or removed at any time. To use this endpoint, add preview=true to the request query parameters.

Remove Intel on Target by RID

Path parameters

rid
string

Target RID

Query parameters

preview
boolean
optional

Represents a boolean value that restricts an endpoint to preview mode when set to true.

Request body

RemoveTargetIntelRequest
object

Request body to remove intel from situation based on ID.

Hide child attributes

Hide child attributes

id
string

Response body

EmptySuccessResponse
object

Success response.

Examples

Request

Copied!
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"}'