REST API - cancelXDCR not working
Tue, 12/11/2012 - 12:23
Hello. Was trying to programmatically create and delete an XDCR via the REST API.
The create worked perfectly.
Was trying the delete (cancelXDCR) as defined in http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase-admin-resta... .
AKA curl -u Administrator:(relevant password) http://localhost:8091/controller/cancelXCDR/f4268e62702130298bf87f17cc48... -XDELETE
However trying above as test I get "Method Not Allowed" ... not the above username/pass worked fine for the create
Any suggestions, thoughts, etc are very welcome
Cheers
Ash