Delete EMQX Trace
emqx_delete_traceDelete a trace and its captured log. If the trace is still running, buffered events are lost, so retrieve the log first or wait for natural expiry.
Instructions
[DESTRUCTIVE] Delete a trace and its captured log.
If the trace is still running, events buffered in memory are lost. Call emqx_get_trace_log first, or wait for it to expire naturally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Trace name to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||