PendiumDocs

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_topic is still accepted but delete_visibility_topic is 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

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent ID the topic belongs to.
topicIdstringYesThe topic ID to delete.

Returns

deletedTopic with the removed topic's id and name.

On this page