Oracle APEX - Confirmation Message
Button - Create a button and add the following to the 'Redirect to the URL' section.
javascript:apex.confirm('Are you sure you want to delete?', 'DELETE');
// can be the name of the process you need to call
javascript:apex.confirm('Are you sure you ...
davidferrol.hashnode.dev1 min read