Skip to main content
PUT
/
admin
/
v1
/
topics
/
{topicName}
/
unload
Unload the topic with the given topic_name.
curl --request PUT \
  --url https://api.example.com/admin/v1/topics/{topicName}/unload

Path Parameters

topicName
string
required

The topic name format is tenant.namespace.topic. Or topic with specific partition can be unloaded by using tenant.namespace.topic-partition format.

Response

Topic unloaded successfully