Can not delete records with Odata connection to Dynamics NAV 2017

Hi,I was try to delete records with odata connection (web services) to Microsoft Dynamics NAV 2017 . I can read (GET), and create (POST) with no problems, but for delete I receive the error 405, Microsoft say that it is possible to delete :

https://msdn.microsoft.com/es-es/library/dd355398(v=nav.90).aspx

https://msdn.microsoft.com/en-us/library/dn182582(v=nav.90).aspx

I was check the properties of the page and have InsertAllowed, ModifyAllowed, and DeleteAllowed, set to Yes, and I have permissions to delete in the table, is possible to do it with Odata?

or I have to switch to SOAP?

for me is easy to work with json…

Debug with postman :

Can someone help me? Thanks

I was found the solution!

https://stackoverflow.com/questions/47618045/how-to-delete-records-using-odata-dynamics-nav-2017-web-services/47733880#47733880