[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’}”

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