jasper-sRookie
Hi,
I'm getting error 467 when I call DELETE /session/<my-session-id> in the sandbox. This used to work.
The error says:
{'Error': [{'error_description': 'You need to provide additional information in order to perform this action.', 'error_description_translated': 'You need to provide additional information in order to perform this action.', 'error_additional_parameter': [{'AdditionalFulfillmentParameter': {'all_fulfillment': [{'type': 'LOGIN_CODE', 'status': None, 'time_mandatory': None, 'user_id': 68945, 'all_status_allowed': ['FULFILLED']}]}}]}]}
Can anybody tell me how to provide the requested additional information so this call succeeds again? The docs don't help :(
(I can of course also not delete the session when I'm done with it, but whatever)