FuelSDK-Java icon indicating copy to clipboard operation
FuelSDK-Java copied to clipboard

Can't delete row

Open matrostik opened this issue 6 years ago • 4 comments

Looks like the issue still exist (#12 )

ETDataExtensionRow row = new ETDataExtensionRow(); row.setDataExtensionKey("12121212-121212-1212-12121"); row.setColumn("SUBSCRIBERKEY", "[email protected]"); ETResponse<ETDataExtensionRow> res = client.delete(record);

Gettting error: Keys Not Found

matrostik avatar Dec 14 '17 13:12 matrostik