DELETE
/
categories
/
{category_id}
/
topics
/
{topic_id}
curl --request DELETE \
  --url https://sdk.senso.ai/api/v1/categories/{category_id}/topics/{topic_id} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

API key authorization

Path Parameters

category_id
string
required

The unique identifier (UUID) of the category

topic_id
string
required

The unique identifier (UUID) of the topic

Response

204

Topic successfully deleted (no content returned)