Resource "remove" REST call is NOT decrementing the count in the MB
Unable to “remove” (forget) a resource in the memory base (version 8.0.0-2913) using the “resources” REST call (does not decrement). “Adding” a resource using the same data and call increments the count correctly.
REST Resource Call (post):
URL:
/ws/spaces/<space>/resources?access_key=<key>&signature=********
Content Type:
application/xml
Content:
<resource>
<action>remove</action>
<type>Persistent</type>
<template>WS XML RAW</template>
<data>*****</data>
<flush>false</flush>
</resource>
REST Resource Status Call:
Increments nps (+1) when REST call is completed
REST Memories Call:
/ws/spaces/<space>/memories/<category>/<value>/<matrix>/<category>
The count remains the same (expected it to decrease by 1)
When I make the same call, replacing remove with add, the memory count increases by one (as expected).
Support Staff 2 Posted by Jim Fleming on 05 Nov, 2010 11:40 PM
Thanks Cameron, we will check this out.
/Jim