how to delete files with rest web services

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Anonymous's picture

I upload file in Base64 encoding with rest services(resource_path: file.json)
how can i delete file with rest services?
i now how to delete node('resource_path:node/nid.json' with 'DELETE resource_type')
i test ('resource_path:file/fid.json' with 'DELETE resource_type')
but return 404!