You need to find a way to send the removal method from Flash Player (Flex). This is currently not done by default (other than AIR), but I'm sure someone added the URLRequestHeader to make it work correctly.
I tried this, it does not work:
request.requestHeaders = [new URLRequestHeader("X-HTTP-Method-Override",
DELETE_REQUEST_METHOD)];
source
share