curl --request DELETE \
--url https://api.trieve.ai/api/topic/{topic_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
Delete an existing chat topic. When a topic is deleted, all associated chat messages are also deleted. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
curl --request DELETE \
--url https://api.trieve.ai/api/topic/{topic_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
The id of the topic you want to delete.
Confirmation that the topic was deleted
Was this page helpful?