Skip to main content
DELETE
/
topics
/
{topic_id}
Delete Topic
curl --request DELETE \
  --url https://api.peec.ai/customer/v1/topics/{topic_id} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

topic_id
string
required

Response

Topic deleted successfully

Topic deleted successfully