Hi - how do I delete a specific record using an OMM off-stream post on the ads web socket please?
I'm using a type "Update" with an Action "Delete" - I get an Ack back from the ads, but the record doesn't get deleted.
How do I remove it from cache please with a post?
If i use this
"Message": {
"ID": 0,
"Type": "Status",
"State": {
'Stream': 'Closed',
'Data': 'Suspect',
'Code': 'None',
'Text': '***Item Deleted'
},
I get a response:
[{"ID":1,"Type":"Ack","AckID":0,"NakCode":"NoResources","Text":"A42: Status message is not supported for services which do not support posting.
Thanks
Martin