0
votes

Lotus domino PUT and DELETE methods are not working from the REST api.I am using DELETE URL: http:///mail/user.nsf/api/calendar/events/14749AC71ED8A2CB65257EA5001F4B79-Lotus_Auto_Generated

2
This question could be improved. The phrase "not working" is ambiguous. What HTTP status code is returned? Also, what is in the body of the response? JSON, HTML or nothing? Please describe exactly what's happening.Dave Delay

2 Answers

1
votes

You need to enable the PUT and DELETE methods on your internet site document as they default are not enabled

0
votes

If you continue having trouble with PUT and DELETE, you could try using POST with the X-HTTP-Method-Override header. The header is described in this topic on the IBM app dev wiki.