cURL
curl --request DELETE \ --url https://sdk.senso.ai/api/v1/categories/{category_id}/topics/{topic_id} \ --header 'X-API-Key: <api-key>'
{ "error": "Invalid topic ID format" }
Remove a topic from a category, which may impact any content or queries associated with it
API key authorization
The unique identifier (UUID) of the category
The unique identifier (UUID) of the topic
Topic successfully deleted (no content returned)