api delete
HTTP DELETE with optional body or body file
When I api delete "<path>"
When I api delete "<path>" with body '<json-or-text>'
When I api delete "<path>" with body file "<filename>"
When I api delete "/orders/ord-1"
Then I api should status "204"