CommandBox Delete HTTP Method

When I use postman to send a delete request to a CommandBox/Lucee URL I am getting this in the response.

<html>

<head>
	<title>Error</title>
</head>

<body>Http method DELETE is not supported by this URL</body>

</html>

Is there a setting in CommandBox or Undertow that I need to enable to allow delete requests?

Thanks,

Randy