Listing in Resource

Is it possible to remove list in resource, I don't need to show it also I don't need anyone to put the URL and can access it
Any solution please
Solution
i don't know if this would help but in your list resource you can call this function
public static function canAccess(array $parameters = []): bool
    {
            return false; 
    }
Was this page helpful?