Jay NS

Results 1 comments of Jay NS

Can't you just query for the objectId? `$objectId = $parseQuery->where($field, $fieldVal)` Anyway when you call `$parseObject->delete()` you should be using `$objectId` as the parameter and not the actual object as...