Request Method DELETE
See original GitHub issueTo remove attached files from a list item, SharePoint uses the HTTP method DELETE.
The proxy is returning the following error:
Request Method: DELETE
Request URL: _api/web/lists/GetByTitle('ListName')/Items(1)/AttachmentFiles/GetByFileName('sample-image.png')
Status Code: 404 Not Found
Cannot DELETE _api/web/lists/GetByTitle('ListName')/Items(1)/AttachmentFiles/GetByFileName('sample-image.png')
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
DELETE - HTTP - MDN Web Docs
The HTTP DELETE request method deletes the specified resource.
Read more >What is HTTP DELETE Request Method? - ReqBin
The HTTP DELETE method is used to delete a resource from the server. Unlike GET and HEAD requests, the DELETE requests may change...
Read more >What is the usefulness of PUT and DELETE HTTP request ...
The DELETE method requests that the origin server delete the resource identified by the Request-URI. This method MAY be overridden by human ...
Read more >Python Requests delete Method - W3Schools
The delete() method sends a DELETE request to the specified url. DELETE requests are made for deleting the specified resource (file, record etc)....
Read more >HTTP/1.1: Method Definitions
The DELETE method requests that the origin server delete the resource identified by the Request-URI. This method MAY be overridden by human intervention...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s working. Thank you for the quick support.
sp-rest-proxy@3.3.2 - this should not rewrite a Digest header.