Yes, it is possible to hide/show the Scheduler row headers using the API (rows.headerHide() and rows.headerShow() methods).
You can also set the rowHeaderColumns property to an empty array to remove the row headers.
Scheduler config example:
{
rowHeaderColumns: [],
// ...
}