How-to Create a Rest API - Part 6: Add a Delete Method

preview_player
Показать описание
In part 6, Jeff Goldberg demonstrates adding a DELETE method for removing objects from our database. For this DELETE method, we want the user to supply the ID of the object in the request URL, have a microflow find the object and then delete it from the database.


Questions or Comments? Please Post Below!



#lowcode #restapi #tutorial #mendix #applicationdevelopment #applicationdesign
Рекомендации по теме
Комментарии
Автор

I wonder what happened to the 'End Event' when it changed from 'string' to 'expression' @3:21

isTalong
Автор

Hi, can you also add the how to create an update rest api? :D Thanks

isTalong