REST API: How to display error messages in the UI

Hi!

I have added the “Delete” action to my Table view and the happy case works fine. However, if the server doesn’t allow the object to be deleted it returns HTTP 400 with an error message. How do I get the error message to show in the UI? All I get now is a plain 400 BAD REQUEST.

Much appreciated,
Kevin

Screenshot 2026-01-22 192709

The screenshot shows that the information displayed on the API test interface and the UI interface is consistent. What is your problem? Please provide a specific example.

You’re right! :man_facepalming: