To completely disable some operations from your application, refer to the disabling operations section.
Using API Platform, you can leverage all security features provided by the Symfony Security component. For instance, if you wish to restrict the access of some endpoints, you can use access controls directives.
It is also possible to use the event system for more advanced logic or even custom actions if you really need to.
Previous chapter: Extensions
Next chapter: Performance