isopruefi-frontend / api/clients / deleteTopic
Function: deleteTopic()¶
deleteTopic(
topicSetting):Promise\<any>
Defined in: api/clients.ts:209
Removes an MQTT topic configuration from the system.
Parameters¶
topicSetting¶
The topic setting to delete (requires topicSettingId)
Returns¶
Promise\<any>
Promise resolving to void on successful deletion
Throws¶
When topic doesn't exist or access is denied