[routes] in "#destroy" send parameters in a json

in destry route: how to send parameters in a json
want a route to:

  • Call “delete: destroy, {another_param:” myPara “format: ‘json’}”

On 23 April 2015 at 20:54, Diego b [email protected] wrote:

in destry route: how to send parameters in a json
want a route to:

  • Call “delete: destroy, {another_param:” myPara “format: ‘json’}”

It is not clear what it is that you do not know how to do. Is it how
to post json with a delete request (which is nothing to do with
routes).

Colin