Topics
Delete topic
Delete a topic from a model.
DELETE
Delete topic
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The ID of the model.
Example:
"123e4567-e89b-12d3-a456-426614174000"
The name of the topic.
Example:
"sales_analytics"
Query Parameters
Branch ID to use for branch-aware operations
Example:
"123e4567-e89b-12d3-a456-426614174001"
Controls delete behavior to match IDE editing modes:
COMBINED- Default. Adds the topic todeletedTopicsif it exists in the parent modelMERGEDbehaves the same asCOMBINEDEXTENSIONhard-deletes the topic from the extension layer
Available options:
COMBINED, MERGED, EXTENSION Example:
"COMBINED"
Response
Topic deleted successfully
Example:
true

