To delete records about binding/unbinding of a trailer for specified interval, use the command resource/cleanup_trailer_interval:
svc=resource/cleanup_trailer_interval¶ms={"resourceId":<long>, "trailerId":<long>, "timeFrom":<uint>, "timeTo":<uint>}
| Name | Description |
|---|---|
| resourceId | resource ID |
| trailerId | trailer ID |
| timeFrom | interval beginning |
| timeTo | interval end |
{} /* empty object if execution successful, if not - error code */
|