删除数据

ThreatExchange 目前支持删除 ThreatDescriptor 对象以及 ThreatIndicator 对象之间的关系。有些对象还可能带有到期时间,这会导致数据在到期后的 90 天内被自动删除。

您可以使用 API 通过 DELETE HTTP 请求来删除 ThreatDescriptor:

DELETE https://graph.facebook.com/v2.11/<object_id>

在主观 ThreatDescriptor 被删除后,客观 ThreatIndicator 仍可能存在。

如要使用 API 删除 ThreatIndicator 之间的关系,请执行以下操作:

DELETE https://graph.facebook.com/v2.11/<object_id>/related?related_id=<object_id_2>

我们不支持删除标签。