delete_visibility_topic
Permanently delete a visibility topic and all of its queries.
Permanently delete a visibility topic and all of its queries. This is irreversible — historical scan data referencing the topic by name is preserved, but the topic and its queries will not appear in future scans. To keep a topic for reference, use update_visibility_topic with isActive: false instead.
Deprecated alias:
delete_topicis still accepted butdelete_visibility_topicis the canonical name.
Authentication: Required. Anyone with access to the agent — including shared team members — can delete a topic. A topic that doesn't exist (or belongs to another agent) returns a not-found error.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
syntheticId | integer | Yes | The agent ID the topic belongs to. |
topicId | string | Yes | The topic ID to delete. |
Returns
deletedTopic with the removed topic's id and name.