← Back to API Reference

DELETE /topics/{id}

Delete Topic

Compatibility endpoint to delete topic data.

Request (cURL)

curl -X DELETE "http://localhost:8080/v1/topics/id_123" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{}