v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437208153.9 KB

Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.

post/#X-Amz-Target=InspectorService.RemoveAttributesFromFindings

Headers

X-Amz-Target'InspectorService.RemoveAttributesFromFindings' required

Request body

findingArnsArn[] required

The ARNs that specify the findings that you want to remove attributes from.

attributeKeysAttributeKey[] required

The array of attribute keys that you want to remove from specified findings.

Response

Success

failedItemsobject required

Attributes details that cannot be described. An error code is provided for each failed item.

Example response

{
  "failedItems": {}
}