I have a problem with delete_participants rpc call. I want to delete a participant based on token using this method. The problem is that i don't get an error but an empty array back and the user is never deleted. See attachment (no_result).
So you also want to delete participants from the participants table.
And there is no issue, it was a misunderstanding of the TE.
He used the TOKEN:TOKEN, not he TOKEN:ID and a wrong syntax.
I use this without problems. $response = $myJSONRPCClient->delete_participants(
$sessionKey,
$survey_id,
["6","12","14"]
);
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless