How to remove "owner block" from some pages ?

HI everyone,

I would like to remove "owner block" from some pages.

For instance I have the following route.

'view:object:myobjectsubtype' => [
          'path' => '/my-plugin/view/{guid}/{title?}',
          'resource' => 'my_plugin/view',
]
 
How can I remove "owner block" from the above page ?
 
Regards,
 
 
Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking