DELETE
/
api
/
topic
/
{topic_id}
curl --request DELETE \
  --url https://api.trieve.ai/api/topic/{topic_id} \
  --header 'Authorization: <api-key>' \
  --header 'TR-Dataset: <tr-dataset>'
This response has no body data.

Authorizations

Authorization
string
header
required

Headers

TR-Dataset
string
required

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.

Path Parameters

topic_id
string
required

The id of the topic you want to delete.