Search documentation
karat

+

K

User Documentation ↗
Version 2.0

Remove Target Intel Target

PUT/api/v2/targetWorkbench/targets/{targetRid}/removeTargetIntel

Remove Intel on Target by RID.

Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:target-write.

Path parameters

targetRid
string

The unique identifier for a Target

Request body

RemoveTargetIntelTargetRequest
object
Hide child attributes

Hide child attributes

id
string

Response body

EmptySuccessResponse
any

An empty response object indicating the request was successful.

Examples

Request

Copied!
1 2 3 4 5 curl -X PUT \ \t-H "Content-type: application/json" \ \t-H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/v2/targetWorkbench/targets/ri.gotham-artifact.0-0.target.example/removeTargetIntel" \ -d '{"id":"Example Intel Id"}'

Error responses

Error Name
TargetNotFoundError CodeINVALID_ARGUMENT
Status Code400
DescriptionCannot find target from provided rid.
ParameterstargetRid
RemoveTargetIntelTargetPermissionDeniedError CodePERMISSION_DENIED
Status Code403
DescriptionCould not removeTargetIntel the Target.
ParameterstargetRid